Andrey Sitnik
Andrey Sitnik
Please send PR
Strange. 1. Can you send PR with this test to https://github.com/logux/core/blob/main/each-store-check/index.js 2. Could you try this test after you replace this lines https://github.com/logux/client/blob/main/indexed-store/index.js#L55-L56 to ```diff if (exist) { return false...
That test checks that store keep `added` in storage. My theory that IndexedDB freeze object and `add` just doesn't return the right object.
I will look on next week (too busy because of the conference on this week)
Interesting idea. I do not have time for it but will accept PR.
It doesn't check it, but we can add it. What we will do in this case? Show error?
Sure. Here is PostCSS for warnings http://api.postcss.org/Node.html#warn I will wait for PR.
Let’s keep issue open until we will fix the problem (just as ToDo note)
@AhmedFat7y yeap, we still need to fix it
Honestly, right now without vendor prefixes it is better to use standard browser API directly without any syntax sugar.