interface DomIterable
Type Parameters Jump to heading
Methods Jump to heading
Jump to headingkeys(): IterableIterator<K>
Jump to headingvalues(): IterableIterator<V>
Jump to headingentries(): IterableIterator<[K, V]>
Jump to heading[[Symbol.iterator]](): IterableIterator<[K, V]>
Jump to headingforEach(): void