Skip to content

Commit fb6ff08

Browse files
authored
[js-api] Add missing SharedArrayBuffer option for BufferObject. (#206)
1 parent 7b39f36 commit fb6ff08

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

document/js-api/index.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -604,7 +604,7 @@ which can be simultaneously referenced by multiple {{Instance}} objects. Each
604604
{{Memory}} object has the following internal slots:
605605

606606
* \[[Memory]] : a [=memory address=]
607-
* \[[BufferObject]] : an {{ArrayBuffer}} whose [=Data Block=] is [=identified with=] the above memory address
607+
* \[[BufferObject]] : an {{ArrayBuffer}} or {{SharedArrayBuffer}} whose [=Data Block=] is [=identified with=] the above memory address
608608

609609
<div algorithm>
610610
To <dfn>create a memory buffer</dfn> from a [=memory address=] |memaddr|, perform the following steps:

0 commit comments

Comments
 (0)