Atomics.waitAsync: fix lint issues

This commit is contained in:
Rick Waldron 2020-04-08 16:41:55 -04:00
parent c3efb56025
commit 092342098e
3 changed files with 0 additions and 3 deletions

View File

@ -6,7 +6,6 @@ esid: sec-atomics.waitasync
description: >
Atomics.waitAsync returns a result object containing a promise that resolves to "ok" and async is true.
info: |
Atomics.waitAsync( typedArray, index, value, timeout )
1. Return DoWait(async, typedArray, index, value, timeout).

View File

@ -6,7 +6,6 @@ esid: sec-atomics.waitasync
description: >
Atomics.waitAsync returns a result object containing a promise that resolves to "timed-out" and async is true.
info: |
Atomics.waitAsync( typedArray, index, value, timeout )
1. Return DoWait(async, typedArray, index, value, timeout).

View File

@ -6,7 +6,6 @@ esid: sec-atomics.waitasync
description: >
Atomics.waitAsync returns a result object containing a string "not-equal" and async is false.
info: |
Atomics.waitAsync( typedArray, index, value, timeout )
1. Return DoWait(async, typedArray, index, value, timeout).