We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
See whatwg/webidl#1138 and whatwg/webidl#824. Maplike interfaces no longer need to have a [[BackingMap]] internal slot. Instead, as per https://webidl.spec.whatwg.org/#dfn-map-entries, "Objects implementing an interface that is declared to be maplike represent an ordered map of key–value pairs, initially empty, known as that object’s map entries".
In practice, this means the interface's "map entries" can be referenced and manipulated directly using the standard infra language for ordered maps.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
See whatwg/webidl#1138 and whatwg/webidl#824. Maplike interfaces no longer need to have a [[BackingMap]] internal slot. Instead, as per https://webidl.spec.whatwg.org/#dfn-map-entries, "Objects implementing an interface that is declared to be maplike represent an ordered map of key–value pairs, initially empty, known as that object’s map entries".
In practice, this means the interface's "map entries" can be referenced and manipulated directly using the standard infra language for ordered maps.
The text was updated successfully, but these errors were encountered: