Interface WindowBase64

All Known Subinterfaces:
Window, WindowProxy
All Known Implementing Classes:
WindowImpl

public interface WindowBase64

WindowBase64 interface.

  • Method Summary

    Modifier and Type
    Method
    Description
    atob(String encodedString)
    atob.
    btoa(String rawString)
    btoa.
  • Method Details