You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently leaning toward a variation of idea 1 - run in private mode.
Note 1: the tracer extension must be explicitly allowed to run in private mode to still work.
Note 2: Edge and Firefox automatically isolate data between tabs, but Chrome shares data between tabs and requires fully exiting private mode before data is cleared.
Refs #1. May need some additional work for `document.cookie` as the shim currently just ignores writes.
Emulation for `sessionStorage` and `localStorage` is fully in memory and should be complete.
Not sure what the best approach is here. Some ideas:
document.cookie
to always return the empty stringdocument.cookie
to start as the empty string, but support writesThe text was updated successfully, but these errors were encountered: