Closure of whatwg/html#2611 made me realize that audio worklets have no error handling yet and since they can communicate this might be useful?
The one weirdness here is that this would be the first place where the class does not inherit from EventTarget. (The other solution would be to add that to all worklets, but that would expose the global quite a bit more.)
cc @domenic
Closure of whatwg/html#2611 made me realize that audio worklets have no error handling yet and since they can communicate this might be useful?
The one weirdness here is that this would be the first place where the class does not inherit from
EventTarget. (The other solution would be to add that to all worklets, but that would expose the global quite a bit more.)cc @domenic