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

def.dom.HashChangeEventInit Maven / Gradle / Ivy

The newest version!
package def.dom;

@jsweet.lang.Interface
public abstract class HashChangeEventInit extends EventInit {
    @jsweet.lang.Optional
    public java.lang.String newURL;
    @jsweet.lang.Optional
    public java.lang.String oldURL;
}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy