MCPcopy Create free account
hub / github.com/Acode-Foundation/Acode / polyfill.js

File polyfill.js

src/lib/polyfill.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1// automatically include credentials for acode.app API requests
2(function () {
3 const _fetch = window.fetch;
4 window.fetch = function (url, options) {

Callers

nothing calls this directly

Calls 3

StringInterface · 0.85
callMethod · 0.80
definePropertyMethod · 0.80

Tested by

no test coverage detected