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: 4-binary/01-arraybuffer-binary-arrays/article.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# ArrayBuffer، آرایه دودویی
1
+
# ArrayBuffer, آرایه دودویی
2
2
3
3
در توسعهی وب، ما معمولا هنگام سروکار داشتن با فایلها(ساختن، بارگذاری کردن، دانلود کردن) به دادههای دودویی برخورد میکنیم. یکی دیگر از استفادههای رایج آن پردازش تصویر میباشد.
4
4
@@ -29,7 +29,7 @@ alert(buffer.byteLength); // 16
29
29
30
30
**استفاده کنیم "View" ما باید از یک شی ،`ArrayBuffer` برای دستکاری کردن یک**
31
31
32
-
A view object does not store anything on its own. It's the "eyeglasses" that give an interpretation of the bytes stored in the `ArrayBuffer`.
32
+
را میدهد `ArrayBuffer` است که تفسیری از بایتهای ذخیره شده در "eyeglasses" چیزی را در خود ذخیره نمیکند. این view یک شی
0 commit comments