Listen to location changes of window/browser vs fetch requests #14854
Answered
by
karfau
karfau
asked this question in
Questions and Help
-
Beta Was this translation helpful? Give feedback.
Answered by
karfau
Feb 1, 2021
Replies: 2 comments 3 replies
-
I found one solution (that currently only works when running the tests in a modern chromium based browser): But are there others? |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
karfau
-
Can you create an app or reproducible example showing what you mean in action?
…Sent from my iPhone
On Feb 1, 2021, at 19:23, Christian Bewernitz ***@***.***> wrote:
I'm trying to assert that certain URLs are not "part of the browser history" but the call happens via fetch and follows the redirected before putting the resulting URL into the browser.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I found one solution (that currently only works when running the tests in a modern chromium based browser):
https://www.w3.org/TR/fetch-metadata/#sec-fetch-mode-header
But are there others?