scriptURL property

String? scriptURL

Returns the ServiceWorker serialized script URL defined as part of ServiceWorkerRegistration. The URL must be on the same origin as the document that registers the ServiceWorker.

Implementation

String? get scriptURL => _getProperty(_delegate, 'scriptURL');