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

WebIDL: Fix ImageData constructor to take a Uint8ClampedArray instead of object #31320

Open
gterzian opened this issue Feb 12, 2024 · 1 comment · May be fixed by #31398
Open

WebIDL: Fix ImageData constructor to take a Uint8ClampedArray instead of object #31320

gterzian opened this issue Feb 12, 2024 · 1 comment · May be fixed by #31398
Labels
A-content/script Related to the script thread L-javascript Javascript is required

Comments

@gterzian
Copy link
Member

[Throws] constructor(/* Uint8ClampedArray */ object data, unsigned long sw, optional unsigned long sh

This may require fiddling with components/script/dom/bindings/codegen/CodegenRust.py.

@gterzian gterzian added A-content/script Related to the script thread L-javascript Javascript is required labels Feb 12, 2024
@gterzian
Copy link
Member Author

Depends on #31317

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-content/script Related to the script thread L-javascript Javascript is required
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant