Commit daa40a70 authored by Lorenzo Pichilli's avatar Lorenzo Pichilli

update README.md

parent 477b94e0
......@@ -419,7 +419,7 @@ Screenshots:
`InAppWebViewController.webStorage` provides access to the JavaScript [Web Storage API](https://developer.mozilla.org/en-US/docs/Web/API/Web_Storage_API):
* `WebStorage.localStorage`: provides access to `window.localStorage`;
* `WebStorage.sessionStorage`: provides access to `window.localStorage`.
* `WebStorage.sessionStorage`: provides access to `window.sessionStorage`.
Methods available:
* `length`: Returns an integer representing the number of data items stored in the Storage object.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment