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
Fields in org.htmlunit.javascript.host with type parameters of type StorageModifier and TypeFieldDescriptionprivate final EnumMap<StorageHolder.Type, Storage> Window.storages_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.