Please enable JavaScript.
Coggle requires JavaScript to display documents.
Storage API - Coggle Diagram
Storage API
-
-
Session storage
The data saved is only related to the tab opened, you can not reuse the data outside the tab. If your app has multiple tabs open, there will be different session storages allocated to those tabs
You can not share the data between tabs, each session is linked to only one tab
-