diff --git a/document/js-api/index.bs b/document/js-api/index.bs index 7790bae81..ab1e6dbe1 100644 --- a/document/js-api/index.bs +++ b/document/js-api/index.bs @@ -604,7 +604,7 @@ which can be simultaneously referenced by multiple {{Instance}} objects. Each {{Memory}} object has the following internal slots: * \[[Memory]] : a [=memory address=] - * \[[BufferObject]] : an {{ArrayBuffer}} whose [=Data Block=] is [=identified with=] the above memory address + * \[[BufferObject]] : an {{ArrayBuffer}} or {{SharedArrayBuffer}} whose [=Data Block=] is [=identified with=] the above memory address
To create a memory buffer from a [=memory address=] |memaddr|, perform the following steps: