Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pichillilorenzo committed Jun 21, 2020
1 parent 477b94e commit daa40a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit daa40a7

Please sign in to comment.