MCPcopy Create free account
hub / github.com/amorey/loadjs / caniuseModule

Function caniuseModule

test/tests.js:942–944  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

940}
941
942function caniuseModule() {
943 return 'noModule' in document.createElement('script');
944}
945
946function caniusePromise() {
947 return typeof Promise !== "undefined";

Callers 1

tests.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…