diff --git a/source b/source index 87cb865d988..eae33fba6e2 100644 --- a/source +++ b/source @@ -2738,6 +2738,7 @@ a.setAttribute('href', 'https://example.com/'); // change the content attribute

The following terms are defined in the WHATWG MIME Sniffing standard:

+
WebAssembly JavaScript Module Integration
+ +
+

The following terms are defined in WebAssembly JavaScript Module Integration:

+ + +
+
@@ -87523,6 +87536,9 @@ interface ApplicationCache : EventTarget {
  • a Source Text Module Record, for JavaScript module scripts;

  • +
  • a WebAssembly Module Record, for WebAssembly module scripts;

  • +
  • a Synthetic Module Record, for JSON module scripts; or

  • @@ -87580,13 +87596,17 @@ interface ApplicationCache : EventTarget { data-x="concept-script">script. It has no additional items.

    -

    Module scripts can be classified into two types:

    +

    Module scripts can be classified into three types: