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 upUse DOMManipulationTaskSource in Workers #10460
Open
Labels
Comments
|
Was this done in the end? |
|
I do not believe so. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
#9688 encountered the issue where we are still using
global.script_chan()to deliver error message, but as outlined in the spec, Workers should really be using a DOM manipulation task source instead.