MCPcopy
hub / github.com/browserify/browserify / context

Function context

test/buffer.js:138–144  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

136});
137
138function context () {
139 return {
140 ArrayBuffer: ArrayBuffer,
141 Uint8Array: Uint8Array,
142 DataView: DataView
143 };
144}

Callers 1

buffer.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…