Nic Jansma
Nic Jansma
We discussed this on the 2021/07/29 W3C WebPerf call, minutes are here: https://docs.google.com/document/d/1O-LPrbJYXZST7AdIZxQIOMFsnikiZpNk6H15mnKWAa8/edit# Summary: * There are a couple different potential scenarios/requirements in this ticket from (1) understanding request destination...
@noamr I like your proposal. Two potential challenges though: * For HTTP Header-based Preloads, RUM doesn't know what those headers were (or if there were any). So RUM wouldn't be...
> Suggesting that the initiator type of link headers would be link-header, the same way early hints get a early-hint initiator type. There was the suggestion that RUM providers could...
> If the RT entries are there but not queued to observers, is this needed? Simply check performance.getEntries*** in your onload to see which preloads were not consumed. Ah yep,...
Hi! Tagging a few of the maintainers to get their opinion: @commenthol @elsigh @tobie Does the project have a plan or roadmap for how to incorporate Client Hints (or, to...
One additional benefit of Proposal 2 (ua-parser consumes and prioritizes Client Hints' data) is to help standardize the logic for situations like [Windows 11 detection](https://docs.microsoft.com/en-us/microsoft-edge/web-platform/how-to-detect-win11). Windows 11 will have a...
@commenthol @elsigh @tobie @romenrg @cherio @mattrobenolt @dmolsen sorry to ping a few of you directly, but I think this issue deserves some attention as the timeline for the Chrome User-Agent...
That's a fair assessment @commenthol. I would suggest a documentation update for uap-core and/or some of the reference libraries then, possibly pointing to this issue or a brief summary of...
>How does the PO distinguish which frame — does it matter, in practice? As a starting point, I like LongTasks's `self|*-origin-*` for "where" and `containerType` etc for "who". > Are...
> Why just containerType and not also container{Src,Id,Name} Oh, I want them all still! "containerType etc". I've found that each is used in different cases, i.e. some third parties only...