jlami
jlami
Have you ever found anything on this subject? I found this resource: https://developers.google.com/web/fundamentals/push-notifications/common-notification-patterns It seems like you would need messages for this. Something like this on the service side? ```...
Why would you not use postMessage? Browser support? Using the server does not really make sense to me for push notifications, since you would then need a push notification from...
I think this might be related to https://github.com/artberri/rollup-plugin-istanbul/issues/20, since they both use `istanbul-lib-instrument`
@jacojoubert what part of the addon needed updating? I'm running into this problem too and can't really find anything in any addon. Only some that use old ember-cli-htmlbars (1.3.4) In...
In my case it seems to only happen when the body has overflow. So maybe the popup should set `overflow: hidden` on html and/or body?
Hmmm, I guess this only fails on Windows Chrome. After checking Firefox I see that it has no problems on Windows. I'm not sure if reporting this as a bug...
The Chromium issue got tagged Wontfix, so we might have to decide if we want to do something about this on our side. I'll make a separate issue for that.
Test if higher revision count will trigger this.
The pouchdb-server failure is unexpected, but the change to use 4900 as revs_limit reproduces the RangeError now on both Firefox and Chrome
That's too bad, but thanks for the feedback!