Skip to content

Commit 9cb4125

Browse files
Float16Array has landed in Web IDL - remove workarounds (#640)
* Float16Array has landed in Web IDL - remove workarounds As of whatwg/webidl#1310 Web IDL has Float16Array listed alongside the other typed array types. For WebNN we can now just defer to Web IDL for the link now. * restore note to implementers
1 parent 1f60107 commit 9cb4125

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

index.bs

-3
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,6 @@ urlPrefix: https://tc39.es/ecma262/; spec: ECMA-262
4444
text: element size; url: table-the-typedarray-constructors
4545
text: element type; url: table-the-typedarray-constructors
4646
text: view constructor; url: table-the-typedarray-constructors
47-
urlPrefix: https://tc39.es/proposal-float16array/; spec: float16array
48-
type: interface
49-
text: Float16Array; url: sec-float16array
5047
</pre>
5148

5249
<pre class="link-defaults">

0 commit comments

Comments
 (0)