You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 1-js/11-async/03-promise-chaining/article.md
-4Lines changed: 0 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -224,11 +224,7 @@ new Promise(resolve => resolve(1))
224
224
225
225
## مثال بزرگتر: fetch
226
226
227
-
<<<<<<< HEAD
228
227
در برنامهنویسی فرانتاند، اغلب اوقات promiseها برای درخواستهای شبکه استفاده میشوند. پس بیایید یک مثال گسترده از آن ببینیم.
229
-
=======
230
-
In frontend programming, promises are often used for network requests. So let's see an extended example of that.
231
-
>>>>>>> 3f7a1a53b6ffc875af8724987d9ce491a4622e09
232
228
233
229
ما از متد [fetch](info:fetch) برای اینکه اطلاعات کاربر را از سرور ریموت بارگیری کنیم استفاده خواهیم کرد. این متد پارامترهای اختیاری زیادی دارد که در [فصلهای جداگانه](info:fetch) پوشش داده شدهاند اما سینتکس پایه آن بسیار ساده است:
0 commit comments