- From: Anton Maliev <notifications@github.com>
- Date: Wed, 07 Jun 2023 09:08:47 -0700
- To: whatwg/storage <storage@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 7 June 2023 16:08:52 UTC
I'm trying to get a callback for every site that accesses any form of non-cookie storage. Which is the best algorithm to monkey patch from the Storage spec? I'm considering "obtain a storage key", but I'm not clear on the flow. Is this algorithm called once the first time an origin accesses local or session storage, and never before then? Also, could the browser run this algorithm for a non-site reason? CC @inexorabletash @asutherland -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/storage/issues/165 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/storage/issues/165@github.com>
Received on Wednesday, 7 June 2023 16:08:52 UTC