Ilya Grigorik

Results 288 comments of Ilya Grigorik

@toddreifsteck thanks! Looking at the list, RT's current definition covers: `css`, `{link, script, img, object, svg}` via localName, and `xhr`. That leaves us with: - `preflight` - seems like a...

Hmm, probably not. Fetch initiator [1] is not granular enough for our purposes, we'll have to maintain some of our own logic. And, if we agree on that, than we...

Opened a bug on Fetch: https://github.com/whatwg/fetch/issues/75

Hmm... I'd love to hear from the security folks on whether this is something we'd be willing to expose and merits of doing so. /cc @annevk @mikewest @ericlaw1979 @sleevi

@bmaurer fwiw, I think we're all aggressively converging on deprecating Flash..

Hmm, proposed response{Start/End} is tricky... 1. It's perfectly plausible that response bytes make it to a kernel buffer and sit there for a while before being consumed by the browser's...

@tdresser @npm1 apologies about the delay. The related thread is @ https://github.com/w3c/page-visibility/issues/29

FWIW, I think we're converging on the ~same solution here that we came up with at last year's F2F: https://github.com/w3c/page-visibility/issues/29#issuecomment-317878400. One change I'd make to what we described in that...

The use case is compelling and makes sense. There are some implementation gotchas we need to think through... - How does the PO distinguish which frame — does it matter,...

> As a starting point, I like LongTasks's self|*-origin-* for "where" and containerType etc for "who". Why just `containerType` and not also `container{Src,Id,Name}`. Did the latter prove to be less...