Index: core/dom/Uint8Array.idl |
diff --git a/core/dom/Iterator.idl b/core/dom/Uint8Array.idl |
similarity index 56% |
copy from core/dom/Iterator.idl |
copy to core/dom/Uint8Array.idl |
index 87027c5bdac9d26ac0404df9ed40c057f021eb1b..5070342b56fb0f76e7aeea9d62c8db66118cc525 100644 |
--- a/core/dom/Iterator.idl |
+++ b/core/dom/Uint8Array.idl |
@@ -2,10 +2,10 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
+// https://www.khronos.org/registry/typedarray/specs/latest/#TYPEDARRAYS |
+ |
[ |
- Iterable, |
- GarbageCollected, |
+ ImplementedAs=DOMUint8Array, |
NoInterfaceObject, |
-] interface Iterator { |
- [CallWith=ScriptState, RaisesException] any next(optional any value); |
+] interface Uint8Array : ArrayBufferView { |
}; |