You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
WebKit currently implements this. However, it seems Chrome doesn't (I haven't verified but I have been told Firefox doesn't either).
Looking at the Blink code I see the following comment:
// TODO(crbug.com/1078546): The steps 7.3.3 ~ 7.3.6 are missing.
The inconsistent behavior between WebKit and other engines led to the following bug report against WebKit:
The bug reporter also found it confusing that Worklet.addModule() didn't throw even though the worklet script threw an exception but this is the behavior expected by the tests:
Not sure what to do here? Should I align WebKit with other browser engines? In which case, we should probably update the specification to match the behavior of browsers. Or should we try to get some buy-in for other browser engines so they align with the specification?