MCPcopy Index your code
hub / github.com/Maps4HTML/MapML.js / keys

Method keys

src/mapml/utils/DOMTokenList.js:101–103  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

99
100 //https://developer.mozilla.org/en-US/docs/Web/API/DOMTokenList/keys
101 keys() {
102 return this.domtokenlist.keys();
103 }
104
105 //https://developer.mozilla.org/en-US/docs/Web/API/DOMTokenList/values
106 values() {

Callers 9

transformMessagesFunction · 0.80
getFallbackBoundsMethod · 0.80
Util.jsFile · 0.80
geometry.jsFile · 0.80
MapFeatureLayer.jsFile · 0.80
MapLayer.jsFile · 0.80
DebugOverlay.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected