Closed Bug 1684316 Opened 3 years ago Closed 3 years ago

highWaterMark property is not defined on the prototype

Categories

(Core :: JavaScript Engine, task, P3)

task

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.

Blocks: 1645093
No longer depends on: 1645093
Type: defect → task
Priority: -- → P3
Assignee: nobody → evilpies
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
Status: NEW → RESOLVED
Closed: 3 years ago
Resolution: --- → FIXED
Target Milestone: --- → 89 Branch
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: