Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add CompressionStream, DecompressionStream, PerformanceObserver and CountQueuingStrategy constructor to Node.js #95

Open
crashmax-dev opened this issue Mar 19, 2024 · 2 comments
Assignees

Comments

@crashmax-dev
Copy link

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

@ascorbic
Copy link
Collaborator

ascorbic commented Mar 19, 2024

@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"

@crashmax-dev
Copy link
Author

@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 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 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
@queengooborg queengooborg self-assigned this May 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants