09:09 | <zcorpan> | MikeSmith: how does one propose a tpac breakout session? |
10:17 | <sideshowbarker> | MikeSmith: how does one propose a tpac breakout session? |
10:18 | <zcorpan> | sideshowbarker: oooh, I misread it as saying Aug 16 was the deadline |
11:04 | <yulia> | hey folks, question about the workers spec |
11:04 | <yulia> | in https://html.spec.whatwg.org/multipage/workers.html#worker-processing-model we have the following line in step 14:
|
11:05 | <yulia> | for the definition of is top-level we have the following https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts-is-top-level |
11:05 | <yulia> | reading through this, it seems like is top-level only applies to modules, but not to classic scripts imported via importScripts . Is that correct or am i missing something here? |
11:05 | <yulia> | In other words, for an importScript, we should run the steps in instruction 14, as the is top-level bit will not be set |
11:07 | <yulia> | but, the only excluded form of loading that is explicitly called out is dynamic import. In addition, the steps in 14 are doing various initialization steps on the worker global. I wouldn't expect those to be repeated when we import something into the global. It also looks like those are really meant to be initialized with the agent cluster based on the note. |
11:10 | <yulia> | probably a question for Domenic or possible annevk ? |
12:56 | <Domenic> | Happy to try to answer via issue filed on whatwg/html on Monday! It's Friday night over in Japan :) |
13:02 | <yulia> | sounds good |