()
| 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"); |
no outgoing calls
no test coverage detected