-
Notifications
You must be signed in to change notification settings - Fork 3k
Closed
Labels
Description
In https://www.w3.org/Bugs/Public/show_bug.cgi?id=29039 and more prominently in https://bugzilla.mozilla.org/show_bug.cgi?id=1052398 @lukewagner and @lars-t-hansen discuss problems with Worker
objects getting created but their corresponding workers not getting allocated.
I'm curious to hear what @kinu, @sof, @travisleithead, @hober, and others think of that. Would it be acceptable to make new Worker()
throw, should we have a second parameter to opt into that behavior, expose state on Worker
objects, or something else altogether?