diff options
Diffstat (limited to 'ext/webidl')
-rw-r--r-- | ext/webidl/00_webidl.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/webidl/00_webidl.js b/ext/webidl/00_webidl.js index 6cf2c5f8c..6bf6714c6 100644 --- a/ext/webidl/00_webidl.js +++ b/ext/webidl/00_webidl.js @@ -525,6 +525,8 @@ ArrayPrototypeForEach( Uint16Array, Uint32Array, Uint8ClampedArray, + // TODO(petamoriken): add Float16Array converter + // Float16Array, Float32Array, Float64Array, ], |