Todd Reifsteck

Results 14 comments of Todd Reifsteck

Today, there can be delays between fetchStart and workerStart in implementations. Does workerStart need to be clearly defined as possibly after fetchStart in the diagram and spec or is the...

My point is that I think we DO want a space in between fetchStart and workerStart but the diagram doesn't show that. When I see a delay between fetchStart and...

@nicjansma I think workerStart can't be before fetchStart on the very first navigation to a web page, can it? I'm also unsure if it is before or after fetchStart when...

I think the new definition of workerStart will allow sites to measure the overhead of Service Worker startup on the main page as the gap between fetchStart-workerStart and they can...

Note that Microsoft Edge is "img" and only lists 1 resource timing. My 100% guesstimate on the basic structure of why most browsers would see 1 resource timing is that...

Needs a careful security/privacy review. If those can be resolved, this seems like useful syntactic sugar.

The largest risk in my opinion is privacy. If privacy risks can be overcome, this seems promising as a way to inform developers of benefits of using the same cached...

Here is the list of currently implemented Microsoft Edge initiatorTypes. link: link requests css: requests initiated from within css script: script img: image object: downloads from object tag subdocument: IFrame,...

Agreed on preflight and fetch. Unclear that adding subdocument or iframe to spec has clear value.