()
| 760 | |
| 761 | #scriptSelector; |
| 762 | #getScriptSelector() { |
| 763 | if (!this.#scriptSelector) { |
| 764 | this.#scriptSelector = this.#getScriptAttributes().map(a => "[" + a + "]").join(", "); |
| 765 | } |
| 766 | return this.#scriptSelector; |
| 767 | } |
| 768 | |
| 769 | #hashScript(str) { |
| 770 | var hash = 5381; |
no test coverage detected