MCPcopy
hub / github.com/JakeChampion/fetch / isDataView

Function isDataView

fetch.js:27–29  ·  view source on GitHub ↗
(obj)

Source from the content-addressed store, hash-verified

25}
26
27function isDataView(obj) {
28 return obj && DataView.prototype.isPrototypeOf(obj)
29}
30
31if (support.arrayBuffer) {
32 var viewClasses = [

Callers 1

BodyFunction · 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…