Sha256: 3681dc92d63654f0db70ac82a639f5c8c1ade5470815e883a454e7246bf63578
Contents?: true
Size: 421 Bytes
Versions: 3
Compression:
Stored size: 421 Bytes
Contents
enum ScrollRestoration { "auto", "manual" }; interface History { readonly attribute unsigned long length; // attribute ScrollRestoration scrollRestoration; readonly attribute any state; void go(optional long delta = 0); void back(); void forward(); void pushState(any data, DOMString title, optional DOMString? url = null); void replaceState(any data, DOMString title, optional DOMString? url = null); };
Version data entries
3 entries across 3 versions & 3 rubygems