All Downloads are FREE. Search and download functionalities are using the official Maven repository.

def.dom.WindowBase64 Maven / Gradle / Ivy

The newest version!
package def.dom;

import def.js.Object;

@jsweet.lang.Interface
public abstract class WindowBase64 extends def.js.Object {
    native public java.lang.String atob(java.lang.String encodedString);
    native public java.lang.String btoa(java.lang.String rawString);
}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy