You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Open the index.html file via an HTTP server (e.g. run npx http-server) in Chrome or Firefox
Open the debugger console and notice that the following log is displayed: Error code: 20
Run deno run ./script.js
Notice that this log is displayed in the console: Error code: undefined
Expected result:
The same log Error code: 20 must be displayed in the console when running the code in Deno.
This bug affects zip.js by causing it to fail in use cases related to action cancellation. As a consequence, this causes a regression in zip.js since the version 2.6 of Deno which supports transferable streams.