()
| 2738 | } |
| 2739 | #scriptSelector; |
| 2740 | #getScriptSelector() { |
| 2741 | if (!this.#scriptSelector) { |
| 2742 | this.#scriptSelector = this.#getScriptAttributes().map((a) => "[" + a + "]").join(", "); |
| 2743 | } |
| 2744 | return this.#scriptSelector; |
| 2745 | } |
| 2746 | #hashScript(str) { |
| 2747 | var hash = 5381; |
| 2748 | for (var i = 0; i < str.length; i++) { |
no test coverage detected