Module script::dom::bindings::iterable

source ·
Expand description

Implementation of iterable<...> and iterable<..., ...> WebIDL declarations.

Structs

An iterator over the iterable entries of a given DOM interface.

Enums

The values that an iterator will iterate over.

Constants

Traits

A DOM object that can be iterated over using a pair value iterator.

Functions