Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove old spec macro - Web/JavaScript/global_objects (ja) #10096

Merged
merged 1 commit into from
Nov 23, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,7 @@ class MyArrayBuffer extends ArrayBuffer {

## 仕様書

| 仕様書 |
| ------------------------------------------------------------------------------------------------------------------------ |
| {{SpecName('ESDraft', '#sec-get-arraybuffer-@@species', 'get ArrayBuffer [ @@species ]')}} |
{{Specifications}}

## ブラウザーの互換性

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,7 @@ var view = new Int32Array(buffer);

## 仕様書

| 仕様書 |
| -------------------------------------------------------------------------------------------- |
| {{SpecName('ESDraft', '#sec-arraybuffer-constructor', 'ArrayBuffer')}} |
{{Specifications}}

## ブラウザーの互換性

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,7 @@ buffer.byteLength; // 8

## 仕様書

| 仕様書 |
| -------------------------------------------------------------------------------------------------------------------------------------------- |
| {{SpecName('ESDraft', '#sec-get-arraybuffer.prototype.bytelength', 'ArrayBuffer.prototype.byteLength')}} |
{{Specifications}}

## ブラウザーの互換性

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,7 @@ ArrayBuffer.isView(dv); // true

## 仕様書

| 仕様書 |
| ------------------------------------------------------------------------------------------------ |
| {{SpecName('ESDraft', '#sec-arraybuffer.isview', 'ArrayBuffer.isView')}} |
{{Specifications}}

## ブラウザーの互換性

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,7 @@ const buf2 = buf1.slice(0);

## 仕様書

| 仕様書 |
| ------------------------------------------------------------------------------------------------------------------------ |
| {{SpecName('ESDraft', '#sec-arraybuffer.prototype.slice', 'ArrayBuffer.prototype.slice')}} |
{{Specifications}}

## ブラウザーの互換性

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,7 @@ a(10, 20).then(v => {

## 仕様書

| 仕様書 |
| -------------------------------------------------------------------------------------------------------- |
| {{SpecName('ESDraft', '#sec-async-function-objects', 'AsyncFunction object')}} |
{{Specifications}}

## ブラウザーの互換性

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,7 @@ var bigint64 = new BigInt64Array(iterable);

## 仕様書

| 仕様書 |
| ------------------------------------------------------------------------------------------------ |
| {{SpecName("ESDraft", "#sec-typedarray-constructors", "BigInt64Array")}} |
{{Specifications}}

## ブラウザーの互換性

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,7 @@ var biguint64 = new BigUint64Array(iterable);

## 仕様書

| 仕様書 |
| ------------------------------------------------------------------------------------------------ |
| {{SpecName("ESDraft", "#sec-typedarray-constructors", "BigUint64Array")}} |
{{Specifications}}

## ブラウザーの互換性

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,7 @@ dataview.buffer; // ArrayBuffer { byteLength: 8 }

## 仕様書

| 仕様書 |
| ------------------------------------------------------------------------------------------------------------------------ |
| {{SpecName('ESDraft', '#sec-get-dataview.prototype.buffer', 'DataView.prototype.buffer')}} |
{{Specifications}}

## ブラウザーの互換性

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,7 @@ dataview3.byteLength; // 6 (due to the offset of the constructed DataView)

## 仕様書

| 仕様書 |
| ------------------------------------------------------------------------------------------------------------------------------------ |
| {{SpecName('ESDraft', '#sec-get-dataview.prototype.bytelength', 'DataView.prototype.byteLength')}} |
{{Specifications}}

## ブラウザーの互換性

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,7 @@ dataview2.byteOffset; // 3 (as specified when constructing the DataView)

## 仕様書

| 仕様書 |
| ------------------------------------------------------------------------------------------------------------------------------------ |
| {{SpecName('ESDraft', '#sec-get-dataview.prototype.byteoffset', 'DataView.prototype.byteOffset')}} |
{{Specifications}}

## ブラウザーの互換性

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,7 @@ view.getInt16(1); // 42

## 仕様書

| 仕様書 |
| ---------------------------------------------------------------------------------------------------- |
| {{SpecName('ESDraft', '#sec-dataview-constructor', 'DataView constructor')}} |
{{Specifications}}

## ブラウザーの互換性

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,7 @@ dataview.getFloat32(1); // 0

## 仕様書

| 仕様書 |
| ---------------------------------------------------------------------------------------------------------------------------- |
| {{SpecName('ESDraft', '#sec-dataview.prototype.getfloat32', 'DataView.prototype.getFloat32')}} |
{{Specifications}}

## ブラウザーの互換性

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,7 @@ dataview.getFloat64(0); // 0

## 仕様書

| 仕様書 |
| ---------------------------------------------------------------------------------------------------------------------------- |
| {{SpecName('ESDraft', '#sec-dataview.prototype.getfloat64', 'DataView.prototype.getFloat64')}} |
{{Specifications}}

## ブラウザーの互換性

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,7 @@ dataview.getInt16(1); // 0

## 仕様書

| 仕様書 |
| ------------------------------------------------------------------------------------------------------------------------ |
| {{SpecName('ESDraft', '#sec-dataview.prototype.getint16', 'DataView.prototype.getInt16')}} |
{{Specifications}}

## ブラウザーの互換性

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,7 @@ dataview.getInt32(1); // 0

## 仕様書

| 仕様書 |
| ------------------------------------------------------------------------------------------------------------------------ |
| {{SpecName('ESDraft', '#sec-dataview.prototype.getint32', 'DataView.prototype.getInt32')}} |
{{Specifications}}

## ブラウザーの互換性

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,7 @@ dataview.getInt8(1); // 0

## 仕様書

| 仕様書 |
| -------------------------------------------------------------------------------------------------------------------- |
| {{SpecName('ESDraft', '#sec-dataview.prototype.getint8', 'DataView.prototype.getInt8')}} |
{{Specifications}}

## ブラウザーの互換性

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,7 @@ dataview.getUint16(1); // 0

## 仕様書

| 仕様書 |
| ---------------------------------------------------------------------------------------------------------------------------- |
| {{SpecName('ESDraft', '#sec-dataview.prototype.getuint16', 'DataView.prototype.getUint16')}} |
{{Specifications}}

## ブラウザーの互換性

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,7 @@ dataview.getUint32(1); // 0

## 仕様書

| 仕様書 |
| ---------------------------------------------------------------------------------------------------------------------------- |
| {{SpecName('ESDraft', '#sec-dataview.prototype.getuint32', 'DataView.prototype.getUint32')}} |
{{Specifications}}

## ブラウザーの互換性

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,7 @@ dataview.getUint8(1); // 0

## 仕様書

| 仕様書 |
| ------------------------------------------------------------------------------------------------------------------------ |
| {{SpecName('ESDraft', '#sec-dataview.prototype.getuint8', 'DataView.prototype.getUint8')}} |
{{Specifications}}

## ブラウザーの互換性

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,7 @@ dataview.getFloat32(1); // 3

## 仕様書

| 仕様書 |
| ---------------------------------------------------------------------------------------------------------------------------- |
| {{SpecName('ESDraft', '#sec-dataview.prototype.setfloat32', 'DataView.prototype.setFloat32')}} |
{{Specifications}}

## ブラウザーの互換性

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,7 @@ dataview.getFloat64(0); // 3

## 仕様書

| 仕様書 |
| ---------------------------------------------------------------------------------------------------------------------------- |
| {{SpecName('ESDraft', '#sec-dataview.prototype.setfloat64', 'DataView.prototype.setFloat64')}} |
{{Specifications}}

## ブラウザーの互換性

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,7 @@ dataview.getInt16(1); // 3

## 仕様書

| 仕様書 |
| ------------------------------------------------------------------------------------------------------------------------ |
| {{SpecName('ESDraft', '#sec-dataview.prototype.setint16', 'DataView.prototype.setInt16')}} |
{{Specifications}}

## ブラウザーの互換性

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,7 @@ dataview.getInt32(1); // 3

## 仕様書

| 仕様書 |
| ------------------------------------------------------------------------------------------------------------------------ |
| {{SpecName('ESDraft', '#sec-dataview.prototype.setint32', 'DataView.prototype.setInt32')}} |
{{Specifications}}

## ブラウザーの互換性

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,7 @@ dataview.getInt8(1); // 3

## 仕様書

| 仕様書 |
| -------------------------------------------------------------------------------------------------------------------- |
| {{SpecName('ESDraft', '#sec-dataview.prototype.setint8', 'DataView.prototype.setInt8')}} |
{{Specifications}}

## ブラウザーの互換性

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,7 @@ dataview.getUint16(1); // 3

## 仕様書

| 仕様書 |
| ---------------------------------------------------------------------------------------------------------------------------- |
| {{SpecName('ESDraft', '#sec-dataview.prototype.setuint16', 'DataView.prototype.setUint16')}} |
{{Specifications}}

## ブラウザーの互換性

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,7 @@ dataview.getUint32(1); // 3

## 仕様書

| 仕様書 |
| ---------------------------------------------------------------------------------------------------------------------------- |
| {{SpecName('ESDraft', '#sec-dataview.prototype.setuint32', 'DataView.prototype.setUint32')}} |
{{Specifications}}

## ブラウザーの互換性

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,7 @@ dataview.getUint8(1); // 3

## 仕様書

| 仕様書 |
| ------------------------------------------------------------------------------------------------------------------------ |
| {{SpecName('ESDraft', '#sec-dataview.prototype.setuint8', 'DataView.prototype.setUint8')}} |
{{Specifications}}

## ブラウザーの互換性

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,7 @@ try {

## 仕様書

| 仕様書 |
| ---------------------------------------------------------------------------------------- |
| {{SpecName('ESDraft', '#sec-decodeuri-encodeduri', 'decodeURI')}} |
{{Specifications}}

## ブラウザーの互換性

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,7 @@ decodeQueryParam('search+query%20%28correct%29');

## 仕様

| 仕様書 |
| ---------------------------------------------------------------------------------------------------------------------------- |
| {{SpecName('ESDraft', '#sec-decodeuricomponent-encodeduricomponent', 'decodeURIComponent')}} |
{{Specifications}}

## ブラウザーの互換性

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,7 @@ function fixedEncodeURI(str) {

## 仕様書

| 仕様書 |
| ---------------------------------------------------------------------------- |
| {{SpecName('ESDraft', '#sec-encodeuri-uri', 'encodeURI')}} |
{{Specifications}}

## ブラウザーの互換性

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -123,9 +123,7 @@ function encodeRFC5987ValueChars2(str) {

## 仕様書

| 仕様書 |
| ---------------------------------------------------------------------------------------------------------------- |
| {{SpecName('ESDraft', '#sec-encodeuricomponent-uricomponent', 'encodeURIComponent')}} |
{{Specifications}}

## ブラウザーの互換性

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,7 @@ const y = new Error('"new" キーワードによって生成されました。')

## 仕様書

| 仕様書 |
| -------------------------------------------------------------------------------------------- |
| {{SpecName('ESDraft', '#sec-error-constructor', 'Error constructor')}} |
{{Specifications}}

## ブラウザーの互換性

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -177,9 +177,7 @@ try {

## 仕様書

| 仕様書 |
| ------------------------------------------------------------------------ |
| {{SpecName('ESDraft', '#sec-error-objects', 'Error')}} |
{{Specifications}}

## ブラウザーの互換性

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,7 @@ throw e;

## 仕様書

| 仕様書 |
| ------------------------------------------------------------------------------------------------------------ |
| {{SpecName('ESDraft', '#sec-error.prototype.message', 'Error.prototype.message')}} |
{{Specifications}}

## ブラウザーの互換性

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,7 @@ throw e;

## 仕様書

| 仕様書 |
| ---------------------------------------------------------------------------------------------------- |
| {{SpecName('ESDraft', '#sec-error.prototype.name', 'Error.prototype.name')}} |
{{Specifications}}

## ブラウザーの互換性

Expand Down
Loading