@@ -23,60 +23,27 @@ spec:html; type:dfn; text:port message queue
23
23
24
24
<pre class="anchors">
25
25
urlPrefix: https://tc39.es/ecma262/; spec: ECMASCRIPT
26
- type: constructor
27
- text: %Uint8Array%; url: #sec-typedarray-objects
28
- text: %DataView%; url: #sec-dataview-constructor
29
- text: %ArrayBuffer%; url: #sec-arraybuffer-constructor
30
26
type: interface
31
27
text: ArrayBuffer; url: #sec-arraybuffer-objects
32
28
text: DataView; url: #sec-dataview-objects
33
- text: Number; url: #sec-ecmascript-language-types-number-type
34
29
text: SharedArrayBuffer; url: #sec-sharedarraybuffer-objects
35
30
text: Uint8Array; url: #sec-typedarray-objects
36
- text: %Object.prototype%; url: #sec-properties-of-the-object-prototype-object
37
31
type: dfn
38
32
text: abstract operation; url: #sec-algorithm-conventions-abstract-operations
39
33
text: array; url: #sec-array-objects
40
34
text: async generator; url: #sec-asyncgenerator-objects
41
35
text: async iterable; url: #sec-asynciterable-interface
42
- text: completion record; url: #sec-completion-record-specification-type
43
36
text: internal slot; url: #sec-object-internal-methods-and-internal-slots
44
37
text: iterable; url: #sec-iterable-interface
45
38
text: realm; url: #sec-code-realms
46
39
text: the current Realm; url: #current-realm
47
40
text: the typed array constructors table; url: #table-49
48
41
text: typed array; url: #sec-typedarray-objects
49
- text: Number type; url: #sec-ecmascript-language-types-number-type
50
- text: Data Block; url: #sec-data-blocks
51
42
type: abstract-op
52
- text: Call; url: #sec-call
53
- text: CloneArrayBuffer; url: #sec-clonearraybuffer
54
- text: CopyDataBlockBytes; url: #sec-copydatablockbytes
55
- text: CreateArrayFromList; url: #sec-createarrayfromlist
56
- text: CreateBuiltinFunction; url: #sec-createbuiltinfunction
57
- text: CreateDataProperty; url: #sec-createdataproperty
58
- text: Construct; url: #sec-construct
59
- text: DetachArrayBuffer; url: #sec-detacharraybuffer
60
- text: Get; url: #sec-get-o-p
61
- text: GetIterator; url: #sec-getiterator
62
- text: GetMethod; url: #sec-getmethod
63
- text: GetV; url: #sec-getv
64
- text: IsDetachedBuffer; url: #sec-isdetachedbuffer
65
43
text: IsInteger; url: #sec-isinteger
66
- text: IteratorComplete; url: #sec-iteratorcomplete
67
- text: IteratorNext; url: #sec-iteratornext
68
- text: IteratorValue; url: #sec-iteratorvalue
69
- text: OrdinaryObjectCreate; url: #sec-ordinaryobjectcreate
70
- text: SameValue; url: #sec-samevalue
71
44
text: Type; url: #sec-ecmascript-data-types-and-values
72
45
text: TypeError; url: #sec-native-error-types-used-in-this-standard-typeerror; type: exception
73
46
text: map; url: #sec-array.prototype.map; type: method; for: Array.prototype
74
- urlPrefix: https://webassembly.github.io/spec/js-api/; spec: WASM-JS-API-1
75
- type: interface
76
- text: Memory; url: #memory
77
- type: attribute
78
- text: buffer; for: Memory; url: #dom-memory-buffer
79
- url: https://wicg.github.io/compression/#compressionstream; spec: COMPRESSION; type: interface; text: CompressionStream
80
47
</pre>
81
48
82
49
<style>
0 commit comments