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
Would also be nice to use Brotli compression from DecompressionStream. Now it seems also impossible to find a Brotli implementation that does not use wasm and does not use any Node.js API.
Today, if you try to use the
CompressionStream
orDecompressionStream
APIs within edge runtime, you get the following error:CompressionStream
API as if it is an unsupported Node.js APICompressionStream
is both a web standard API and available in Node.js (as of v17)CompressionStream
is not listed here in the Edge Runtime API docs.Is this intentional? Or maybe just accidental gating of something that in practice could actually work if ungated?
Given that Edge Runtime supports the Web Streams API, it seems logical that the Compression Streams API would be supported?
The text was updated successfully, but these errors were encountered: