[whatwg/storage] Callback on every site accessing non-cookie storage (Issue #165)

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