MCPcopy Index your code
hub / github.com/EmulatorJS/EmulatorJS / saveInBrowserSupported

Method saveInBrowserSupported

data/src/emulator.js:663–665  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

661 return parts.join(".");
662 }
663 saveInBrowserSupported() {
664 return !!window.indexedDB && (typeof this.config.gameName === "string" || !this.config.gameUrl.startsWith("blob:"));
665 }
666 displayMessage(message, time) {
667 if (!this.msgElem) {
668 this.msgElem = this.createElement("div");

Callers 4

downloadGameFileMethod · 0.95
downloadFileMethod · 0.95
createBottomMenuBarMethod · 0.95
setupSettingsMenuMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected