* Generates a unique ID for a script using UUID * @private
()
| 492 | * @private |
| 493 | */ |
| 494 | _generateScriptId() { |
| 495 | return crypto.randomUUID(); |
| 496 | } |
| 497 | } |
| 498 | |
| 499 | // Legacy API compatibility - these functions will work with local storage only |
no outgoing calls
no test coverage detected