fix: fetch-dependent interfaces in Web Workers (#42579)
This commit is contained in:
parent
edb939ae80
commit
37608933ae
6 changed files with 101 additions and 13 deletions
7
spec/fixtures/workers/worker_node_fetch.js
vendored
Normal file
7
spec/fixtures/workers/worker_node_fetch.js
vendored
Normal file
|
@ -0,0 +1,7 @@
|
|||
self.postMessage([
|
||||
typeof fetch,
|
||||
typeof Response,
|
||||
typeof Request,
|
||||
typeof Headers,
|
||||
typeof FormData
|
||||
].join(' '));
|
Loading…
Add table
Add a link
Reference in a new issue