416c786774
Close #36142 In Firefox extensions, the `window.fetch` is not configurable, that means ``` const desc = Object.getOwnPropertyDescriptor(window, 'fetch'); desc.writable === false; ``` So in this case, we should not try to patch `fetch`, otherwise, it will throw error ('fetch is ReadOnly`) PR Close #36311 |
||
---|---|---|
.. | ||
browser | ||
closure | ||
common | ||
extra | ||
jasmine | ||
jest | ||
mix | ||
mocha | ||
node | ||
rxjs | ||
testing | ||
zone-spec | ||
BUILD.bazel | ||
zone.api.extensions.ts | ||
zone.configurations.api.ts | ||
zone.ts |