You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Does not behave as described in documentation. Unless origin is an exception case for some reason, in which case it should be documented.
I get that it would be, since origin is a combination of other properties, but some warning/exception against using .set('origin') (OK) or support for being able to set it (better) would be great.
The text was updated successfully, but these errors were encountered:
egold
changed the title
url.set() doesn't work as expected with property 'origin'
url.set() doesn't work as expected with property 'origin'
Sep 13, 2019
Very simple test:
Does not behave as described in documentation. Unless
origin
is an exception case for some reason, in which case it should be documented.I get that it would be, since
origin
is a combination of other properties, but some warning/exception against using.set('origin')
(OK) or support for being able to set it (better) would be great.FWIW same thing happens using
parse()
code path:The text was updated successfully, but these errors were encountered: