Interface Window.ImportScriptsUrlsUnionType

  • Enclosing class:
    Window

    @JsType(isNative=true,
            name="?",
            namespace="<global>")
    public static interface Window.ImportScriptsUrlsUnionType
    • 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()