Vitalii
Vitalii
Reproduced in Chrome 98 as well Seems to be related to `QUOTA_BYTES_PER_ITEM quota exceeded` error Possible solution might be * use chrome.storage.local.set * use `"permissions": ["unlimitedStorage"]` [Found here](https://stackoverflow.com/questions/33015723/unchecked-runtime-lasterror-while-running-storage-set-quota-bytes-per-item-quot) Documentation can...
Hi @ArkiLKK After some investigation I found that `unlimitedStorage` doesn't solve your problem. But `chrome.storage.local.set` does. Unfortunately, this leads to **loosing all previous settings** which probably will upset some users....
Hi @valeraparafin , thanks for the feedback, glad to hear it works for you. Regarding the login and possibility to test website beyond the authorization wall. The one way to...
Just to clarify, - I am working on this feature right now, but need to do some refactoring so it will take some time. And, unfortunately, it will bring one...
Sounds that you running into some very unexpected issues. What OS are you using? Start should very simple - ```cmd git clone https://github.com/Drag13/perfrunner.git cd perfrunner npm ci npm run lerna...
Still a valid point. Any progress here?