(value)
| 19523 | method: opts.method || (opts.body ? "PUT" : "GET") |
| 19524 | }), handler); |
| 19525 | }; |
| 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 { |