[Resource Timing] Web worker initiatorType?

Earlier, we decided to punt Web Worker support to a level 2 spec. [1] We
were mainly talking about resource downloaded inside the worker, like XHRs.

What about the worker itself? Its script is actually fetched by the main
document, so it seems like it should show up in the buffer and have a
"worker" initiatorType. WDYT?

James

[1] http://lists.w3.org/Archives/Public/public-web-perf/2012Jun/0002.html

Received on Thursday, 11 July 2013 00:47:47 UTC