navigation-timing
navigation-timing copied to clipboard
Fix `firstInterimResponseStart` name on diagram
firstInterimResponseStart went through some bikeshedding on the name in https://github.com/w3c/resource-timing/issues/345. Looks like the diagram was updated with interimResponseStart without the first which is what landed.
Anyone any idea why CI is failing?
Seems like respec errors:
[FATAL] Error: Errors found during processing.
at run (file:///home/runner/work/_actions/w3c/spec-prod/v2/node_modules/.pnpm/[email protected][email protected]/node_modules/respec/tools/respec2html.js:258:11)
at async file:///home/runner/work/_actions/w3c/spec-prod/v2/node_modules/.pnpm/[email protected][email protected]/node_modules/respec/tools/respec2html.js:205:5
Command `respec -s "http://localhost:3000/index.html?gitRevision=5c1fde5731b5125ff543556f502f5d14c59a3dc0" -o "index.html.built.html" --verbose -t 20 -e` failed with exit code: 1.
```
Might be unrelated to your change..