Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upIn AsyncWGPUListener, reject promise with OperationError #25492
Closed
Labels
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
servo/components/script/dom/gpu.rs
Line 59 in 3740754
It looks to me like the spec always wants an
Error::OperationErrorto be used, see for example https://gpuweb.github.io/gpuweb/#requestadapter@zakorgy