我们的志愿者还没有将这篇文章翻译为 中文 (简体)。加入我们帮助完成翻译!
您也可以阅读此文章的English (US)版。
BufferSource
is a typedef used to represent objects that are either themselves an ArrayBuffer
, or which are a TypedArray
providing an ArrayBufferView
.
This is a helper type to simplify the specification. It isn't an interface and there are no objects implementing it.
Specifications
Specification | Status | Comment |
---|---|---|
Web IDL (Second Edition) The definition of 'BufferSource' in that specification. |
Candidate Recommendation | Initial definition. |