location.href is not an accessor property
Reported by
bzbar...@mit.edu,
May 22 2018
|
|||
Issue description
Chrome Version: (copy from chrome://version)
OS: (e.g. Win10, MacOS 10.12, etc...)
What steps will reproduce the problem?
(1) In the web console, evaluate Object.getOwnPropertyDescriptor(location, "href")
What is the expected result? A property descriptor like so: { get: href(), set: href(), enumerable: true, configurable: false }
What happens instead? A property descriptor like so: {value: "...", writable: true, enumerable: true, configurable: false}
Firefox and Safari get this right.
,
May 23 2018
,
Sep 25
|
|||
►
Sign in to add a comment |
|||
Comment 1 by lfg@chromium.org
, May 22 2018Owner: yukishiino@chromium.org