New issue
Advanced search Search tips

Issue 845493 link

Starred by 2 users

Issue metadata

Status: Duplicate
Merged: issue 809011
Owner:
Closed: Sep 25
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Linux , Android , Windows , Chrome , Mac , Fuchsia
Pri: 3
Type: Bug

Blocked on:
issue 761755



Sign in to add a comment

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.
 

Comment 1 by lfg@chromium.org, May 22 2018

Labels: OS-Android OS-Chrome OS-Fuchsia OS-Linux OS-Mac OS-Windows
Owner: yukishiino@chromium.org
yukishiino@, can you triage?

Blockedon: 761755
Status: Assigned (was: Untriaged)
Mergedinto: 809011
Status: Duplicate (was: Assigned)

Sign in to add a comment