Uses of Class
elemental2.dom.TrustedScriptURL
-
Uses of TrustedScriptURL in elemental2.dom
Methods in elemental2.dom that return TrustedScriptURLModifier and TypeMethodDescriptiondefault TrustedScriptURLDomGlobal.ImportScriptsUrlsUnionType.asTrustedScriptURL()default TrustedScriptURLElement.SetAttributeValueUnionType.asTrustedScriptURL()default TrustedScriptURLServiceWorkerContainer.RegisterScriptURLUnionType.asTrustedScriptURL()default TrustedScriptURLSharedWorker.ConstructorScriptURLUnionType.asTrustedScriptURL()default TrustedScriptURLWindow.ImportScriptsUrlsUnionType.asTrustedScriptURL()default TrustedScriptURLWorker.ConstructorScriptURLUnionType.asTrustedScriptURL()TrustedTypePolicy.createScriptURL(String s, @Nullable Object... args) Methods in elemental2.dom with parameters of type TrustedScriptURLModifier and TypeMethodDescriptionstatic final voidDomGlobal.importScripts(TrustedScriptURL... urls) final voidWindow.importScripts(TrustedScriptURL... urls) default elemental2.promise.Promise<ServiceWorkerRegistration> ServiceWorkerContainer.register(TrustedScriptURL scriptURL) default elemental2.promise.Promise<ServiceWorkerRegistration> ServiceWorkerContainer.register(TrustedScriptURL scriptURL, RegistrationOptions options) final voidElement.setAttribute(String name, TrustedScriptURL value) Constructors in elemental2.dom with parameters of type TrustedScriptURLModifierConstructorDescriptionSharedWorker(TrustedScriptURL scriptURL) SharedWorker(TrustedScriptURL scriptURL, SharedWorker.ConstructorOptionsUnionType options) SharedWorker(TrustedScriptURL scriptURL, WorkerOptions options) SharedWorker(TrustedScriptURL scriptURL, String options) Worker(TrustedScriptURL scriptURL) Worker(TrustedScriptURL scriptURL, WorkerOptions options)