Alexandre Dieulot
Alexandre Dieulot
Sure. [I reported the bug to Mozilla](https://bugzilla.mozilla.org/show_bug.cgi?id=1527334). Currently they consider it normal for it not to work. I explained the use case and am waiting for an answer.
Are you using uBlock Origin? I found out two days ago that it [disables prefetching](https://github.com/gorhill/uBlock/wiki/Dashboard:-Settings#disable-pre-fetching) on Firefox. (I plan on adding a mention on the website.) I [reported this](https://github.com/uBlockOrigin/uBlock-issues/issues/435) to...
The [bug](https://bugzilla.mozilla.org/show_bug.cgi?id=1527334) has been acknowledged by Mozilla. It’s P3 (low priority) and depends on a refactoring, so I guess we’ll have to wait quite a bit before it’s resolved.
Yeah, I’ll do an option to disable it on Firefox for now.
Good idea @Calinou! I’ll look into it.
I’m planning to release a new version with a mechanism like `InstantPage.start()` (but by triggering an event instead of doing a function call, so that instant.page can be loaded asynchronously)....
I’ve talked privately with @dhh and he said he’s interested in bringing the just-in-time preloading mechanism into Turbolinks. I also plan to make an alternative to Turbolinks that uses them...
It should ideally go through npx indeed. Your PR installs the package locally though. Despite specifying npx in the command line, npx executes the locally-installed script in that case. I’ve...
Two things are conflicting with Chrome's prefetch cache in the response headers (as seen on https://up.codes/codes/nebraska): 1. `Cache-Control` with `no-store`. 2. `Vary: Cookie` coupled with `Set-Cookie: session=…` that sets a...
Ha, nice find, thanks. I wonder if we could differentiate 40 and 44mm (and 38/42 for Series 3) for sites that handle the Watch’s size with ``. Probably. Could you...