From 44db061b9be0bc7ccd977d66ac0ce43a8b85d46c Mon Sep 17 00:00:00 2001 From: Kevin Gibbons Date: Sat, 4 Jul 2020 20:54:07 -0700 Subject: [PATCH] tweak wording to account for SAB ctor still existing --- spec.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spec.html b/spec.html index 4017a824eda..5b7bc029b97 100644 --- a/spec.html +++ b/spec.html @@ -37133,13 +37133,13 @@

The SharedArrayBuffer Constructor

The SharedArrayBuffer constructor:

-

Hosts are not required to provide the SharedArrayBuffer constructor if they do not provide concurrent access to SharedArrayBuffer objects, in which case the global object must not initially have a *"SharedArrayBuffer"* property.

+

If a host does not provide concurrent access to SharedArrayBuffer objects it may omit the *"SharedArrayBuffer"* property of the global object.

Unlike an `ArrayBuffer`, a `SharedArrayBuffer` cannot become detached, and its internal [[ArrayBufferData]] slot is never *null*.