diff options
author | Leo Kettmeir <crowlkats@toaxl.com> | 2023-10-31 18:16:27 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-31 18:16:27 +0100 |
commit | 39716183ac557610bf1e8c48b0663b2da1f570e7 (patch) | |
tree | bf693f02c46274cad5791102ef5012a4daa67ce4 /cli/tests | |
parent | 646afdf259e9e25b59c5305aff231e131ea2fc52 (diff) |
feat(ext/web): EventSource (#14730)
Closes #10298
---------
Co-authored-by: Aapo Alasuutari <aapo.alasuutari@gmail.com>
Diffstat (limited to 'cli/tests')
-rw-r--r-- | cli/tests/node_compat/test/common/index.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/tests/node_compat/test/common/index.js b/cli/tests/node_compat/test/common/index.js index f398108cd..986b8ea1a 100644 --- a/cli/tests/node_compat/test/common/index.js +++ b/cli/tests/node_compat/test/common/index.js @@ -37,6 +37,7 @@ let knownGlobals = [ crypto, Deno, dispatchEvent, + EventSource, fetch, getParent, global, |