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