@esfx/collection-core-dom-shim v1.0.0
@esfx/collection-core-dom-shim
The @esfx/collection-core-dom-shim package provides a global shim to add default @esfx/collection-core behaviors to global DOM objects.
Overview
Installation
npm i @esfx/collection-core-dom-shimUsage
The global shim adds a default implementation the collection interfaces to the following global DOM objects:
AudioParamMapimplements:ReadonlyKeyedCollection
CSSRuleListimplements:ReadonlyIndexedCollectionReadonlyCollection
CSSStyleDeclarationimplements:ReadonlyIndexedCollectionReadonlyCollection
ClientRectListimplements:ReadonlyIndexedCollectionReadonlyCollection
DOMRectListimplements:ReadonlyIndexedCollectionReadonlyCollection
DOMStringListimplements:ReadonlyIndexedCollectionReadonlyCollection
DOMTokenListimplements:ReadonlyIndexedCollectionReadonlyCollection
DataTransferItemListimplements:ReadonlyIndexedCollectionReadonlyCollection
FileListimplements:ReadonlyIndexedCollectionReadonlyCollection
FormDataimplements:KeyedCollectionReadonlyKeyedCollection
HTMLAllCollectionimplements:ReadonlyIndexedCollectionReadonlyCollection
HTMLCollectionBaseimplements:ReadonlyIndexedCollectionReadonlyCollection
HTMLCollectionOfimplements:ReadonlyIndexedCollectionReadonlyCollection
HTMLFormElementimplements:ReadonlyIndexedCollectionReadonlyCollection
HTMLSelectElementimplements:ReadonlyIndexedCollectionReadonlyCollection
Headersimplements:KeyedCollectionReadonlyKeyedCollection
MediaKeyStatusMapimplements:ReadonlyKeyedCollection
MediaListimplements:ReadonlyIndexedCollectionReadonlyCollection
MimeTypeArrayimplements:ReadonlyIndexedCollectionReadonlyCollection
NamedNodeMapimplements:ReadonlyIndexedCollectionReadonlyCollection
NodeListimplements:ReadonlyIndexedCollectionReadonlyCollection
Pluginimplements:ReadonlyIndexedCollectionReadonlyCollection
PluginArrayimplements:ReadonlyIndexedCollectionReadonlyCollection
RTCStatsReportimplements:ReadonlyKeyedCollection
SVGLengthListimplements:ReadonlyIndexedCollectionReadonlyCollection
SVGNumberListimplements:ReadonlyIndexedCollectionReadonlyCollection
SVGPointListimplements:ReadonlyIndexedCollectionReadonlyCollection
SVGStringListimplements:ReadonlyIndexedCollectionReadonlyCollection
SVGTransformListimplements:ReadonlyIndexedCollectionReadonlyCollection
SourceBufferListimplements:ReadonlyIndexedCollectionReadonlyCollection
SpeechGrammarListimplements:ReadonlyIndexedCollectionReadonlyCollection
SpeechRecognitionResultimplements:ReadonlyIndexedCollectionReadonlyCollection
SpeechRecognitionResultListimplements:ReadonlyIndexedCollectionReadonlyCollection
StyleSheetListimplements:ReadonlyIndexedCollectionReadonlyCollection
TextTrackCueListimplements:ReadonlyIndexedCollectionReadonlyCollection
TextTrackListimplements:ReadonlyIndexedCollectionReadonlyCollection
TouchListimplements:ReadonlyIndexedCollectionReadonlyCollection
URLSearchParamsimplements:KeyedCollectionReadonlyKeyedCollectionReadonlyKeyedCollection
To install the global shim, import @esfx/collection-core-dom-shim:
import "@esfx/collection-core-dom-shim"; // triggers global-scope side effects
import { ReadonlyIndexedCollection } from "@esfx/collection-core";
document.anchors[ReadonlyIndexedCollection.size]; // gets the number of anchors in the document2 years ago
3 years ago
2 years ago
2 years ago
2 years ago
2 years ago
3 years ago
2 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
4 years ago
4 years ago
4 years ago
4 years ago
5 years ago
5 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago