MCPcopy Index your code
hub / github.com/NativeScript/NativeScript / isDataView

Function isDataView

packages/core/fetch/index.mjs:21–23  ·  view source on GitHub ↗
(obj)

Source from the content-addressed store, hash-verified

19 };
20
21 function isDataView(obj) {
22 return obj && DataView.prototype.isPrototypeOf(obj);
23 }
24
25 if (support.arrayBuffer) {
26 var viewClasses = [

Callers 1

BodyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected