Merge pull request #8269 from drewchandler/fix-clear-storage-data-docs

Use localstorage in clearStorageData docs
This commit is contained in:
Kevin Sawicki 2016-12-22 10:07:31 -08:00 committed by GitHub
commit eca9bffb01

View file

@ -112,7 +112,7 @@ Clears the sessions HTTP cache.
* `origin` String - Should follow `window.location.origin`s representation * `origin` String - Should follow `window.location.origin`s representation
`scheme://host:port`. `scheme://host:port`.
* `storages` String[] - The types of storages to clear, can contain: * `storages` String[] - The types of storages to clear, can contain:
`appcache`, `cookies`, `filesystem`, `indexdb`, `local storage`, `appcache`, `cookies`, `filesystem`, `indexdb`, `localstorage`,
`shadercache`, `websql`, `serviceworkers` `shadercache`, `websql`, `serviceworkers`
* `quotas` String[] - The types of quotas to clear, can contain: * `quotas` String[] - The types of quotas to clear, can contain:
`temporary`, `persistent`, `syncable`. `temporary`, `persistent`, `syncable`.