kontrollanten
kontrollanten
I don't know, feel free to try and come back with a report :)
Sorry but I don't understand, what are the functionality your asking if we can add?
Oh I see! That should be possible to do, even though I don't have time to dig deeper into that. But a PR is welcome!
@golestanirad Did you solve your issue? If then you're welcome to create a PR. :)
Thanks for doing this deep investigation, @nickrobillard > For both 2a and 2b, we seem to be stuck using visibilitychange (or blur) events to do the switch. The problem is...
Hi! I'm looking for the possibility to integrate Owncast into PeerTube with the goal to use Owncast as a backend/back office and PeerTube as frontend for the live sessions. When...
A guess the way to solve this is to stop depending on `window.L` in all the files, and instead do ES import, like `leaflet/leaflet` does. It would be a pretty...
@danzel What do you say about this? Shall we try to make this package independent on global `L` and instead use ES6 imports?
I can't see anything in their recommendations against this, we'll still bundle the plugin so it'll work as before for those who're using the UMD version
> I looked into this a bit... was able to get it (mostly) working by [modifying these lines](https://github.com/kwhitley/apicache/blob/master/src/apicache.js#L280-L285) to be: > > ```js > if (requestEtag && cachedEtag === requestEtag)...