-
Notifications
You must be signed in to change notification settings - Fork 5
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
consider normalizing filename #6
Comments
I'm trying to think of a generalized way to do normalize, that isn't application specific. It may be that errors only occur at the presence of specific query params or hashes. Can you share some of the locations you'd love to be normalized? |
I think there are a couple of things to consider:
|
Could it be normalized up to the URL and then decide what to do with the query string? (? means optional below)
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently the filename property is the raw browser stack location, which includes the browser protocol, hostname and port on some browsers but not on others. Also query parameters and hashes are included. It would be useful to normalize this across browsers as well.
The text was updated successfully, but these errors were encountered: