MCPcopy
hub / github.com/JakeChampion/fetch / test.js

File test.js

test/test.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1/* eslint-env mocha */
2/* globals chai assert FileReaderSync assert WHATWGFetch */
3var IEorEdge = /Edge\//.test(navigator.userAgent) || /MSIE/.test(navigator.userAgent)
4var Chrome = /Chrome\//.test(navigator.userAgent) && !IEorEdge

Callers

nothing calls this directly

Calls 6

featureDependentFunction · 0.85
RequestFunction · 0.85
testBodyExtractFunction · 0.85
ResponseFunction · 0.85
fetchFunction · 0.85
arrayBufferFromTextFunction · 0.85

Tested by

no test coverage detected