diff options
author | t7yang <t7yang@gmail.com> | 2022-01-10 08:38:06 +0800 |
---|---|---|
committer | Irvin <irvinfly@gmail.com> | 2022-02-16 02:35:54 +0800 |
commit | f7b137a3dff09fb8f976140d16029ad6ec5cf2b5 (patch) | |
tree | ae0836eb0104a5870f1a87f1f3320a3d506c9e17 /files/zh-tw/web/javascript/reference/global_objects/arraybuffer/index.html | |
parent | 01b0e12ba27b5069248fd09235e9a7143915ee30 (diff) | |
download | translated-content-f7b137a3dff09fb8f976140d16029ad6ec5cf2b5.tar.gz translated-content-f7b137a3dff09fb8f976140d16029ad6ec5cf2b5.tar.bz2 translated-content-f7b137a3dff09fb8f976140d16029ad6ec5cf2b5.zip |
remove id attribute not in heading for zh-TW
Diffstat (limited to 'files/zh-tw/web/javascript/reference/global_objects/arraybuffer/index.html')
-rw-r--r-- | files/zh-tw/web/javascript/reference/global_objects/arraybuffer/index.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/files/zh-tw/web/javascript/reference/global_objects/arraybuffer/index.html b/files/zh-tw/web/javascript/reference/global_objects/arraybuffer/index.html index 1fa59e5f0f..6882aaf6ec 100644 --- a/files/zh-tw/web/javascript/reference/global_objects/arraybuffer/index.html +++ b/files/zh-tw/web/javascript/reference/global_objects/arraybuffer/index.html @@ -56,7 +56,7 @@ translation_of: Web/JavaScript/Reference/Global_Objects/ArrayBuffer <dd>Returns <code>true</code> if <code>arg</code> is one of the ArrayBuffer views, such as <a href="/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray">typed array objects</a> or a {{jsxref("DataView")}}. Returns <code>false</code> otherwise.</dd> <dt>{{jsxref("ArrayBuffer.transfer", "ArrayBuffer.transfer(oldBuffer [, newByteLength])")}} {{experimental_inline}}</dt> <dd> - <div class="line" id="file-arraybuffer-transfer-LC6">Returns a new <code>ArrayBuffer</code> whose contents are taken from the <code>oldBuffer</code>'s data and then is either truncated or zero-extended by <code>newByteLength</code>.</div> + <div class="line">Returns a new <code>ArrayBuffer</code> whose contents are taken from the <code>oldBuffer</code>'s data and then is either truncated or zero-extended by <code>newByteLength</code>.</div> </dd> </dl> @@ -115,7 +115,7 @@ var view = new Int32Array(buffer);</pre> <p>{{CompatibilityTable}}</p> -<div id="compat-desktop"> +<div> <table class="compat-table"> <tbody> <tr> @@ -159,7 +159,7 @@ var view = new Int32Array(buffer);</pre> </table> </div> -<div id="compat-mobile"> +<div> <table class="compat-table"> <tbody> <tr> |