We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6af73d9 commit 3c56febCopy full SHA for 3c56feb
packages/vitest/src/integrations/env/happy-dom.ts
@@ -64,7 +64,7 @@ export default <Environment>{
64
const { keys, originals } = populateGlobal(global, win, {
65
bindFunctions: true,
66
// jsdom doesn't support Request and Response, but happy-dom does
67
- additionalKeys: ['Request', 'Response'],
+ additionalKeys: ['Request', 'Response', 'MessagePort', 'fetch'],
68
})
69
70
return {
0 commit comments