See also: IRC log
<plh> https://github.com/w3c/navigation-timing/pull/36
<plh> https://w3c.github.io/navigation-timing/#sec-performance-navigation-types
plh: what should initiatorType returns for NT? null, empty string, something else?
... I'll keep it as an issue in the spec for now.
<ilya> https://github.com/w3c/frame-timing/pull/48
Ilya: I rewrote frame timing to only report slow frames
<plh> https://github.com/w3c/requestidlecallback/issues/21
https://github.com/w3c/beacon/pull/11
<plh> " Specifications SHOULD only use USVString for APIs that perform text processing and need a string of Unicode scalar values to operate on. Most APIs that use strings should instead be using DOMString, which does not make any interpretations of the code units in the string. When in doubt, use DOMString. "
-- https://github.com/w3c/resource-timing/pull/33
<plh> http://www.w3.org/TR/resource-timing/
-- https://github.com/w3c/resource-timing/issues/8
<plh> http://www.w3.org/TR/2015/WD-resource-timing-20150923/
<igrigorik> ai: add "preflight" and "fetch" to initiatorType
-- https://github.com/w3c/resource-hints/pull/42