fetch icon indicating copy to clipboard operation
fetch copied to clipboard

Pass in Content-Encoding to resource-timing

Open Jxck opened this issue 10 months ago • 5 comments

These changes are to support addition of content type attribute to Perfomance resource timing. Further details are available at https://github.com/w3c/resource-timing/issues/381

  • [x] At least two implementers are interested (and none opposed):
  • [x] Tests are written and can be reviewed and commented upon at:
    • https://chromium-review.googlesource.com/c/chromium/src/+/5369775
  • [x] Implementation bugs are filed:
    • Chromium: https://issues.chromium.org/issues/327941462
    • Gecko: https://bugzilla.mozilla.org/show_bug.cgi?id=1886107
    • WebKit: https://bugs.webkit.org/show_bug.cgi?id=271632
    • Deno (not for CORS changes): …
  • [x] MDN issue is filed:
    • https://github.com/mdn/content/issues/32823
  • [x] The top of this comment includes a clear commit message to use.

(See WHATWG Working Mode: Changes for more details.)


Preview | Diff

Jxck avatar Mar 25 '24 08:03 Jxck