From a82144a7f42a9b316eb4f1e2a90eb25dca32c05a Mon Sep 17 00:00:00 2001 From: "Ioanna M. Dimitriou H" Date: Thu, 24 Aug 2023 12:18:59 +0200 Subject: [PATCH] [js-api] Add missing SharedArrayBuffer option for BufferObject. --- document/js-api/index.bs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: