HTML and CSS Reference
In-Depth Information
FIREFOX'S DEBUGGER
Using Firefox's native JavaScript console you can easily
inspect the storage objects. If you enter “sessionStorage” or
“localStorage” in the console command and execute the code,
the storage object can now be clicked on and its details can be
seen ( Figure 6.2 ).
FIguRE 6.2 Firefox's built in
debugger.
OPERA DRAGONFLY
Dragonfly comes shipped with Opera, and from the Storage tab
you can access all the data stored in association with the cur-
rent page. In particular, there are separate tabs for Local Storage
and Session Storage to inspect all the data linked with those
data stores ( Figure 6.3 ).
FIguRE 6.3 Opera Dragonfly
debugger to inspect storage.
 
Search WWH ::




Custom Search