Skip to content
This repository was archived by the owner on Aug 10, 2022. It is now read-only.

Commit 99e5469

Browse files
authored
Merge pull request #3701 from kaycebasques/storage-devtools
add devtools section to storage doc
2 parents 75ebe5c + dad6a78 commit 99e5469

File tree

1 file changed

+20
-2
lines changed
  • src/content/en/fundamentals/instant-and-offline/web-storage

1 file changed

+20
-2
lines changed

src/content/en/fundamentals/instant-and-offline/web-storage/index.md

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,11 +189,30 @@ This combination satisfies the basic storage needs for many mobile web apps.
189189
Look for a coming article in which we’ll cover how to address common storage
190190
patterns in detail, with accompanying code examples.
191191

192+
## Debugging storage in Chrome DevTools {: #devtools }
193+
194+
Check out the following docs to learn more about using Chrome DevTools to
195+
inspect and debug your web storage API of choice. APIs not mentioned
196+
here are either not supported in DevTools or are not applicable.
197+
198+
* [Local Storage](/web/tools/chrome-devtools/manage-data/local-storage#local-storage)
199+
* [Session Storage](/web/tools/chrome-devtools/manage-data/local-storage#session-storage)
200+
* [Cookies](/web/tools/chrome-devtools/manage-data/cookies)
201+
* [Web SQL](/web/tools/chrome-devtools/manage-data/local-storage#web-sql)
202+
* [Cache](/web/tools/chrome-devtools/progressive-web-apps#caches)
203+
* [IndexedDB](/web/tools/chrome-devtools/manage-data/local-storage#indexeddb)
204+
205+
If you're using multiple storage APIs, check out the Clear Storage feature of
206+
DevTools. This feature lets you clear multiple storages with a single button
207+
click. See [Clear service workers, storage, databases, and
208+
caches](/web/tools/chrome-devtools/manage-data/local-storage#clear-storage) for
209+
more information.
210+
192211
## Where to go next…
193212

194213
Now that we’ve reviewed some of the relevant ways to think about storage
195214
mechanisms and compared the most popular APIs and services available today,
196-
we'll be adadding more content soon to dive more deeply into one or more topics
215+
we'll be adding more content soon to dive more deeply into one or more topics
197216
of interest:
198217

199218
* Offline Storage Recommendations for Progressive Web Apps
@@ -207,4 +226,3 @@ of interest:
207226
* Deep Dive: Cache API
208227

209228
* Analysis of Popular Storage Frameworks
210-

0 commit comments

Comments
 (0)