JavaScript is disabled on your browser.
Skip navigation links
  • Summary:
  • Nested |
  • Field |
  • Constr |
  • Method
  • Detail:
  • Field |
  • Constr |
  • Method
org.htmlunit.javascript.host

Interface WindowOrWorkerGlobalScope

  • All Known Implementing Classes:
    DedicatedWorkerGlobalScope, Window, WorkerGlobalScope


    public interface WindowOrWorkerGlobalScope
    The WindowOrWorkerGlobalScope mixin describes several features common to the Window and WorkerGlobalScope.
    Author:
    Ronald Brill
    • Method Summary

      All Methods
      Modifier and Type Method and Description
      String atob (String encodedData)
      Decodes a string of data which has been encoded using base-64 encoding.
      String btoa (String stringToEncode)
      Creates a base-64 encoded ASCII string from a string of binary data.
    • Method Detail

      • atob

        String atob(String encodedData)
        Decodes a string of data which has been encoded using base-64 encoding.
        Parameters:
        encodedData - the encoded string
        Returns:
        the decoded value
      • btoa

        String btoa(String stringToEncode)
        Creates a base-64 encoded ASCII string from a string of binary data.
        Parameters:
        stringToEncode - string to encode
        Returns:
        the encoded string
Skip navigation links
  • Summary:
  • Nested |
  • Field |
  • Constr |
  • Method
  • Detail:
  • Field |
  • Constr |
  • Method

Copyright © 2002–2025 Gargoyle Software Inc.. All rights reserved.

AltStyle によって変換されたページ (->オリジナル) /