-
Notifications
You must be signed in to change notification settings - Fork 406
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Requesting support for firefox #262
Comments
This may be related to a Firefox bug: links not being prefeched in Firefox in some circumstances: https://bugzilla.mozilla.org/show_bug.cgi?id=1783225 |
We can also notice this behaviour: The link tags get added to the Head by the JS of this lib, but no requests are happening.
As a workaround, if the user-agent indicates Firefox, the XHR method could be used instead? |
@kronthto I later got to the bottom of it, I learned while Firefox supports prefetch, this behaviour is disabled by default. You have to go into the advanced settings to activate it, then this script begins to work. Unfortunately this means we have no workaround for delivering it to all Firefox users yet. |
Is your feature request related to a problem? Please describe.
I just tested this script on my wordpress site ( https://www.lyka.stream/ ) and it works only in chrome; would it be possible to support firefox since it seems to support prefetching? See: https://caniuse.com/link-rel-prefetch
Additional context
Firefox:
Chrome:
As you see, chrome works ideally, but firefox does not work
I am using Firefox version 101
The text was updated successfully, but these errors were encountered: