@@ -189,11 +189,30 @@ This combination satisfies the basic storage needs for many mobile web apps.
189
189
Look for a coming article in which we’ll cover how to address common storage
190
190
patterns in detail, with accompanying code examples.
191
191
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
+
192
211
## Where to go next…
193
212
194
213
Now that we’ve reviewed some of the relevant ways to think about storage
195
214
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
197
216
of interest:
198
217
199
218
* Offline Storage Recommendations for Progressive Web Apps
@@ -207,4 +226,3 @@ of interest:
207
226
* Deep Dive: Cache API
208
227
209
228
* Analysis of Popular Storage Frameworks
210
-
0 commit comments