Re: [whatwg/storage] Editorial: Add a diagram for storage model (PR #152)

@saschanaz commented on this pull request.



> @@ -0,0 +1,10 @@
+erDiagram
+
+%% This is the source file for `model-diagram.svg`.
+%% Build command: `npm i && npm run build-diagram`
+
+"User agent" ||--|| "Storage shed" : "holds (local)"
+"Browsing session" ||--|| "Storage shed" : "holds (session)"

>A [browsing session](https://html.spec.whatwg.org/multipage/history.html#browsing-session) holds a storage shed, which is a [storage shed](https://storage.spec.whatwg.org/#storage-shed). A [browsing session](https://html.spec.whatwg.org/multipage/history.html#browsing-session)’s [storage shed](https://storage.spec.whatwg.org/#browsing-session-storage-shed) holds all session storage data.

Err, it's still there, should it be fixed too?

-- 
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/storage/pull/152#discussion_r1030284399

You are receiving this because you are subscribed to this thread.

Message ID: <whatwg/storage/pull/152/review/1191413804@github.com>

Received on Wednesday, 23 November 2022 10:45:31 UTC