Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
yin1999 authored Nov 23, 2023
1 parent 9cfecbd commit 4a25c68
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ slug: Web/JavaScript/Reference/Global_Objects/ArrayBuffer/isView

{{JSRef}}

**`ArrayBuffer.isView()`** 静态方法判断传入值是否是 `ArrayBuffer` 视图之一,例如[类型化数组对象](/zh-CN/docs/Web/JavaScript/Reference/Global_Objects/TypedArray) 或 {{jsxref("DataView")}}。
**`ArrayBuffer.isView()`** 静态方法判断传入值是否是 `ArrayBuffer` 视图之一,例如[类型化数组对象](/zh-CN/docs/Web/JavaScript/Reference/Global_Objects/TypedArray)或 {{jsxref("DataView")}}。

{{EmbedInteractiveExample("pages/js/arraybuffer-isview.html", "shorter")}}

Expand Down Expand Up @@ -55,4 +55,4 @@ ArrayBuffer.isView(dv); // true

## 参见

- [JavaScript 类型化数组](/zh-CN/docs/Web/JavaScript/Typed_arrays)指南
- [JavaScript 类型化数组](/zh-CN/docs/Web/JavaScript/Guide/Typed_arrays)指南

0 comments on commit 4a25c68

Please sign in to comment.