@@ -5727,16 +5727,16 @@ type.
5727
5727
"undefined"
5728
5728
"boolean"
5729
5729
"byte"
5730
+ "int8"
5731
+ "int16"
5732
+ "int32"
5733
+ "int64"
5730
5734
"octet"
5731
- "bigint"
5732
5735
"uint8"
5733
5736
"uint16"
5734
5737
"uint32"
5735
5738
"uint64"
5736
- "int8"
5737
- "int16"
5738
- "int32"
5739
- "int64"
5739
+ "bigint"
5740
5740
</pre>
5741
5741
5742
5742
<pre class="grammar" id="prod-UnrestrictedFloatType">
@@ -5858,11 +5858,7 @@ The [=type name=] of the
5858
5858
{{int8}} type is "<code>Int8</code>".
5859
5859
5860
5860
For legacy compatibility, <code>byte</code> is to be treated
5861
- as an alias for {{int8}}, similar to:
5862
-
5863
- <pre>
5864
- typedef (int8) byte;
5865
- </pre>
5861
+ as an alias for {{int8}}.
5866
5862
5867
5863
5868
5864
<h4 id="idl-uint8" oldids="dom-octet,idl-octet" interface>uint8</h4>
@@ -5878,11 +5874,7 @@ The [=type name=] of the
5878
5874
{{uint8}} type is "<code>Uint8</code>".
5879
5875
5880
5876
For legacy compatibility, <code>octet</code> is to be treated
5881
- as an alias for {{uint8}}, similar to:
5882
-
5883
- <pre>
5884
- typedef (uint8) octet;
5885
- </pre>
5877
+ as an alias for {{uint8}}.
5886
5878
5887
5879
5888
5880
<h4 id="idl-int16" oldids="dom-short,idl-short" interface>int16</h4>
@@ -5898,11 +5890,7 @@ The [=type name=] of the
5898
5890
{{int16}} type is "<code>Int16</code>".
5899
5891
5900
5892
For legacy compatibility, <code>short</code> is to be treated
5901
- as an alias for {{int16}}, similar to:
5902
-
5903
- <pre>
5904
- typedef (int16) short;
5905
- </pre>
5893
+ as an alias for {{int16}}.
5906
5894
5907
5895
5908
5896
<h4 id="idl-uint16" oldids="dom-unsignedshort,idl-unsigned-short" interface>uint16</h4>
@@ -5918,11 +5906,7 @@ The [=type name=] of the
5918
5906
{{uint16}} type is "<code>Uint16</code>".
5919
5907
5920
5908
For legacy compatibility, <code>unsigned short</code> is to be treated
5921
- as an alias for {{uint16}}, similar to:
5922
-
5923
- <pre>
5924
- typedef (uint16) unsigned short;
5925
- </pre>
5909
+ as an alias for {{uint16}}.
5926
5910
5927
5911
5928
5912
<h4 id="idl-int32" oldids="dom-long,idl-long" interface>int32</h4>
@@ -5938,11 +5922,7 @@ The [=type name=] of the
5938
5922
{{int32}} type is "<code>Int32</code>".
5939
5923
5940
5924
For legacy compatibility, <code>long</code> is to be treated
5941
- as an alias for {{int32}}, similar to:
5942
-
5943
- <pre>
5944
- typedef (int32) long;
5945
- </pre>
5925
+ as an alias for {{int32}}.
5946
5926
5947
5927
5948
5928
<h4 id="idl-uint32" oldids="dom-unsignedlong,idl-unsigned-long" interface>uint32</h4>
@@ -5958,11 +5938,7 @@ The [=type name=] of the
5958
5938
{{uint32}} type is "<code>Uint32</code>".
5959
5939
5960
5940
For legacy compatibility, <code>unsigned long</code> is to be treated
5961
- as an alias for {{uint32}}, similar to:
5962
-
5963
- <pre>
5964
- typedef (uint32) unsigned long;
5965
- </pre>
5941
+ as an alias for {{uint32}}.
5966
5942
5967
5943
5968
5944
<h4 id="idl-int64" oldids="dom-longlong,idl-long-long" interface>int64</h4>
@@ -5978,11 +5954,7 @@ The [=type name=] of the
5978
5954
{{int64}} type is "<code>Int64</code>".
5979
5955
5980
5956
For legacy compatibility, <code>long long</code> is to be treated
5981
- as an alias for {{int64}}, similar to:
5982
-
5983
- <pre>
5984
- typedef (int64) long long;
5985
- </pre>
5957
+ as an alias for {{int64}}.
5986
5958
5987
5959
5988
5960
<h4 id="idl-uint64" oldids="dom-unsignedlonglong,idl-unsigned-long-long" interface>uint64</h4>
@@ -5998,11 +5970,7 @@ The [=type name=] of the
5998
5970
{{uint64}} type is "<code>Uint64</code>".
5999
5971
6000
5972
For legacy compatibility, <code>unsigned long long</code> is to be treated
6001
- as an alias for {{uint64}}, similar to:
6002
-
6003
- <pre>
6004
- typedef (uint64) unsigned long long;
6005
- </pre>
5973
+ as an alias for {{uint64}}.
6006
5974
6007
5975
6008
5976
<h4 oldids="dom-float" id="idl-float" interface>float</h4>
0 commit comments