use lowercase for optional annotation

This commit is contained in:
Zeke Sikelianos 2017-06-13 13:50:10 -07:00
parent b328a238a6
commit 56ee50f3a3
6 changed files with 16 additions and 16 deletions

View file

@ -109,12 +109,12 @@ Clears the sessions HTTP cache.
#### `ses.clearStorageData([options, callback])`
* `options` Object (optional)
* `origin` String - (Optional) Should follow `window.location.origin`s representation
* `origin` String - (optional) Should follow `window.location.origin`s representation
`scheme://host:port`.
* `storages` String[] - (Optional) The types of storages to clear, can contain:
* `storages` String[] - (optional) The types of storages to clear, can contain:
`appcache`, `cookies`, `filesystem`, `indexdb`, `localstorage`,
`shadercache`, `websql`, `serviceworkers`
* `quotas` String[] - (Optional) The types of quotas to clear, can contain:
* `quotas` String[] - (optional) The types of quotas to clear, can contain:
`temporary`, `persistent`, `syncable`.
* `callback` Function (optional) - Called when operation is done.