Use localstorage in clearStorageData docs

It won't work if you use include the space that is currently in the docs.
This commit is contained in:
Drew Chandler 2016-12-22 09:51:39 -08:00 коммит произвёл GitHub
Родитель 57d682a050
Коммит b28a865436
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

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