()
| 2727 | } |
| 2728 | #scriptSelector; |
| 2729 | #getScriptSelector() { |
| 2730 | if (!this.#scriptSelector) { |
| 2731 | this.#scriptSelector = this.#getScriptAttributes().map((a) => "[" + a + "]").join(", "); |
| 2732 | } |
| 2733 | return this.#scriptSelector; |
| 2734 | } |
| 2735 | #hashScript(str) { |
| 2736 | var hash = 5381; |
| 2737 | for (var i = 0; i < str.length; i++) { |
no test coverage detected