Closed
Bug 1684316
Opened 4 years ago
Closed 4 years ago
highWaterMark property is not defined on the prototype
Categories
(Core :: JavaScript Engine, task, P3)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
89 Branch
Tracking | Status | |
---|---|---|
firefox89 | --- | fixed |
People
(Reporter: saschanaz, Assigned: evilpie)
References
Details
Attachments
(2 files)
new CountQueuingStrategy({highWaterMark: 1}).hasOwnProperty("highWaterMark")
new ByteLengthQueuingStrategy({highWaterMark: 1}).hasOwnProperty("highWaterMark")
Both should return false
but current they return true
on Gecko.
Assignee | ||
Updated•4 years ago
|
Updated•4 years ago
|
Type: defect → task
Priority: -- → P3
Assignee | ||
Updated•4 years ago
|
Assignee: nobody → evilpies
Assignee | ||
Comment 1•4 years ago
|
||
Depends on D109237
Assignee | ||
Comment 2•4 years ago
|
||
Depends on D109238
Pushed by evilpies@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/23a5c0d2f75e
Add @@toStringTag to CountQueuingStrategy and ByteLengthQueuingStrategy to match WebIDL. r=arai
https://hg.mozilla.org/integration/autoland/rev/f93c5afc38db
Implement highWaterMark as required by WebIDL. r=arai
Comment 4•4 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/23a5c0d2f75e
https://hg.mozilla.org/mozilla-central/rev/f93c5afc38db
Status: NEW → RESOLVED
Closed: 4 years ago
status-firefox89:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 89 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•