Since appcache is deprecated, remove appcache from devtools document.
We can see from the commit https://crrev.com/c/3255725 that since appcache is deprecated, the remove appcache code has been removed from the devtools protocol Storage.clearDataForOrigin. This commit removed appcache from the document accordingly. Bug: 582750 Change-Id: Ie9a66463488d04133f56f8d55da95f4b8dd2b0b6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6132500 Reviewed-by: Andrey Kosyakov <caseq@chromium.org> Reviewed-by: Alex Rudenko <alexrudenko@chromium.org> Commit-Queue: Andrey Kosyakov <caseq@chromium.org> Cr-Commit-Position: refs/heads/main@{#1403299}
This commit is contained in:
1
AUTHORS
1
AUTHORS
@ -1004,6 +1004,7 @@ Milko Leporis <milko.leporis@imgtec.com>
|
||||
Milton Chiang <milton.chiang@mediatek.com>
|
||||
Milutin Smiljanic <msmiljanic.gm@gmail.com>
|
||||
Minchul Kang <tegongkang@gmail.com>
|
||||
Ming Lei <minggeorgelei@gmail.com>
|
||||
Mingeun Park <mindal99546@gmail.com>
|
||||
Minggang Wang <minggang.wang@intel.com>
|
||||
Mingmin Xie <melvinxie@gmail.com>
|
||||
|
@ -10260,7 +10260,6 @@ experimental domain Storage
|
||||
# Enum of possible storage types.
|
||||
type StorageType extends string
|
||||
enum
|
||||
appcache
|
||||
cookies
|
||||
file_systems
|
||||
indexeddb
|
||||
|
Reference in New Issue
Block a user