MCPcopy Create free account
hub / github.com/GamerHack/GamerHack.github.io /

Class

g2all/700/module/rw.js:29–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27// instances of BufferView will their have m_mode set to WastefulTypedArray
28// since we use the .buffer getter to create a DataView
29export class BufferView extends Uint8Array {
30 constructor(...args) {
31 super(...args);
32 this._dview = new DataView(this.buffer, this.byteOffset);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected