Interface ServiceWorkerContainer.RegisterScriptURLUnionType

  • Enclosing interface:
    ServiceWorkerContainer

    @JsType(isNative=true,
            name="?",
            namespace="<global>")
    public static interface ServiceWorkerContainer.RegisterScriptURLUnionType
    • Method Detail

      • asString

        @JsOverlay
        default java.lang.String asString()
      • asURL

        @JsOverlay
        default URL asURL()
      • isString

        @JsOverlay
        default boolean isString()
      • isTrustedScriptURL

        @JsOverlay
        default boolean isTrustedScriptURL()
      • isURL

        @JsOverlay
        default boolean isURL()