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
@queengooborg this looks like it's a constructor error that's not being recognised as being invalid args.
"message": "threw TypeError [ERR_INVALID_ARG_VALUE]: The argument 'format' is invalid. Received undefined"
same error with the PerformanceObserver constructor
crashmax-dev
changed the title
Add CompressionStream and DecompressionStream constructor to Node.js
Add CompressionStream, DecompressionStream and PerformanceObserver constructor to Node.js
Mar 19, 2024
crashmax-dev
changed the title
Add CompressionStream, DecompressionStream and PerformanceObserver constructor to Node.js
Add CompressionStream, DecompressionStream, PerformanceObserver and CountQueuingStrategy constructor to Node.js
Mar 25, 2024
This classes is now exposed on the global object. (v18.0.0)
CompressionStream: https://nodejs.org/api/webstreams.html#class-compressionstream
DecompressionStream: https://nodejs.org/api/webstreams.html#class-decompressionstream
The text was updated successfully, but these errors were encountered: