(value)
| 19526 | } |
| 19527 | module.exports.setGlobalDispatcher = setGlobalDispatcher; |
| 19528 | module.exports.getGlobalDispatcher = getGlobalDispatcher; |
| 19529 | var fetchImpl = require_fetch().fetch; |
| 19530 | module.exports.fetch = function fetch(init, options = void 0) { |
| 19531 | return __async(this, null, function* () { |
| 19532 | try { |
| 19533 | return yield fetchImpl(init, options); |
| 19534 | } catch (err) { |
| 19535 | if (err && typeof err === "object") { |