We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It would be nice to have browser.prefetch? that detects if the request is coming from a Omnibar prefetch that modern browsers perform.
browser.prefetch?
This stackoverflow answer (https://stackoverflow.com/questions/9852257/http-header-to-detect-a-preload-request-by-google-chrome) tells that each browser vendor sends different headers, being:
Purpose: prefetch
X-moz: prefetch
X-Purpose: preview
The text was updated successfully, but these errors were encountered:
That'd be very helpful.
Sorry, something went wrong.
As I've dig into this subject I will let here some useful documentation I've found about the issue, in case it can help anyone else:
No branches or pull requests
It would be nice to have
browser.prefetch?
that detects if the request is coming from a Omnibar prefetch that modern browsers perform.This stackoverflow answer (https://stackoverflow.com/questions/9852257/http-header-to-detect-a-preload-request-by-google-chrome) tells that each browser vendor sends different headers, being:
Purpose: prefetch
X-moz: prefetch
X-Purpose: preview
The text was updated successfully, but these errors were encountered: