Uses of Class
org.htmlunit.javascript.host.Storage
Packages that use Storage
Package
Description
Implementations of the various JavaScript host objects - users of HtmlUnit shouldn't
need anything in this package.
-
Uses of Storage in org.htmlunit.javascript.host
Methods in org.htmlunit.javascript.host that return StorageModifier and TypeMethodDescriptionWindow.getLocalStorage()Returns thelocalStorageproperty.Window.getSessionStorage()Returns thesessionStorageproperty.Window.getStorage(StorageHolder.Type storageType) Gets the storage of the specified type.