web: do not clear localStorage on `about:blank` pages
There are no commits yet
Push commits to the source branch or add previously merged commits to review them.
Created by: valerybugakov
localStorage
clear step is flaky. One of the reasons for that is trying to do it on about:blank
pages, where localStorage
is unavailable. Other cases will be caught and logged to avoid flakes. We can address them later if we still see errors.
localStorage
on about:blank
pages.
Push commits to the source branch or add previously merged commits to review them.