Uses of Class
elemental2.dom.TrustedScriptURL
-
-
Uses of TrustedScriptURL in elemental2.dom
Methods in elemental2.dom that return TrustedScriptURL Modifier and Type Method Description default TrustedScriptURL
DomGlobal.ImportScriptsUrlsUnionType. asTrustedScriptURL()
default TrustedScriptURL
Element.SetAttributeValueUnionType. asTrustedScriptURL()
default TrustedScriptURL
ServiceWorkerContainer.RegisterScriptURLUnionType. asTrustedScriptURL()
default TrustedScriptURL
SharedWorker.ConstructorScriptURLUnionType. asTrustedScriptURL()
default TrustedScriptURL
Window.ImportScriptsUrlsUnionType. asTrustedScriptURL()
default TrustedScriptURL
Worker.ConstructorScriptURLUnionType. asTrustedScriptURL()
TrustedScriptURL
TrustedTypePolicy. createScriptURL(java.lang.String s, java.lang.Object... args)
Methods in elemental2.dom with parameters of type TrustedScriptURL Modifier and Type Method Description static void
DomGlobal. importScripts(TrustedScriptURL... urls)
void
Window. importScripts(TrustedScriptURL... urls)
default elemental2.promise.Promise<ServiceWorkerRegistration>
ServiceWorkerContainer. register(TrustedScriptURL scriptURL)
default elemental2.promise.Promise<ServiceWorkerRegistration>
ServiceWorkerContainer. register(TrustedScriptURL scriptURL, RegistrationOptions options)
void
Element. setAttribute(java.lang.String name, TrustedScriptURL value)
Constructors in elemental2.dom with parameters of type TrustedScriptURL Constructor Description SharedWorker(TrustedScriptURL scriptURL)
SharedWorker(TrustedScriptURL scriptURL, SharedWorker.ConstructorOptionsUnionType options)
SharedWorker(TrustedScriptURL scriptURL, WorkerOptions options)
SharedWorker(TrustedScriptURL scriptURL, java.lang.String options)
Worker(TrustedScriptURL scriptURL)
Worker(TrustedScriptURL scriptURL, WorkerOptions options)
-