Skip to content

Commit cdf8974

Browse files
authored
Update article.md
1 parent e435c10 commit cdf8974

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

4-binary/01-arraybuffer-binary-arrays/article.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# ArrayBuffer، آرایه دودویی
1+
# ArrayBuffer, آرایه دودویی
22

33
در توسعه‌ی وب، ما معمولا هنگام سروکار داشتن با فایل‌ها(ساختن، بارگذاری کردن، دانلود کردن) به داده‌های دودویی برخورد می‌کنیم. یکی دیگر از استفاده‌های رایج آن پردازش تصویر می‌باشد.
44

@@ -29,7 +29,7 @@ alert(buffer.byteLength); // 16
2929
3030
**استفاده کنیم "View" ما باید از یک شی ،`ArrayBuffer` برای دستکاری کردن یک**
3131
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 یک شی
3333
3434
For instance:
3535

0 commit comments

Comments
 (0)