-
Notifications
You must be signed in to change notification settings - Fork 161
Open
Labels
addition/proposalNew features or enhancementsNew features or enhancementsneeds implementer interestMoving the issue forward requires implementers to express interestMoving the issue forward requires implementers to express interesttopic: api
Description
scheme://host:port/#
and
scheme://host:port/
if fed to the URL do not distinguish between the two: URL.hash returns ''
and to make it even stranger passing .hash = '#' produces scheme://host:port/# but calling .hash returns '' nonetheless.
would be nicer if .hash returns undefined/null if it is unset or "#" if the trailing hash is present.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
addition/proposalNew features or enhancementsNew features or enhancementsneeds implementer interestMoving the issue forward requires implementers to express interestMoving the issue forward requires implementers to express interesttopic: api