diff --git a/source b/source index 796fd2fc709..04f4ab8b81e 100644 --- a/source +++ b/source @@ -27285,6 +27285,9 @@ document.body.appendChild(wbr);
  • destination is "font" and mimeTypeRecord is a font MIME type;

  • +
  • destination is "json" and + mimeTypeRecord is a JSON MIME type

    ;
  • +
  • destination is "style" and mimeTypeRecord's essence is text/css; or

  • @@ -104122,11 +104125,14 @@ document.querySelector("button").addEventListener("click", bound);
  • Let request be a new request whose URL is url, destination is destination, mode is "cors", referrer is referrer, and client is fetchClient.

  • +
  • Set request's destination to + the result of running the fetch destination from module type steps given + destination and moduleType.

  • +