Closed
Bug 1790907
Opened 3 years ago
Closed 3 years ago
Default to reading/writing at 0 if 'at' parameter isn't passed
Categories
(Core :: DOM: File, defect)
Core
DOM: File
Tracking
()
RESOLVED
FIXED
107 Branch
| Tracking | Status | |
|---|---|---|
| firefox107 | --- | fixed |
People
(Reporter: jesup, Assigned: jesup)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
The spec appear to require this -- read and write are always from 0 if a position isn't passed.
| Assignee | ||
Comment 1•3 years ago
|
||
| Assignee | ||
Updated•3 years ago
|
Pushed by rjesup@wgate.com:
https://hg.mozilla.org/integration/autoland/rev/663d7050500c
SyncAccessHandle read/write need to default to position 0 r=dom-storage-reviewers,jari
Comment 3•3 years ago
|
||
Backed out for causing xpcshell and gtest failures
Flags: needinfo?(rjesup)
Pushed by rjesup@wgate.com:
https://hg.mozilla.org/integration/autoland/rev/12f2ceff25ae
SyncAccessHandle read/write need to default to position 0 r=dom-storage-reviewers,jari
Comment 5•3 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 3 years ago
status-firefox107:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 107 Branch
| Assignee | ||
Updated•3 years ago
|
Flags: needinfo?(rjesup)
You need to log in
before you can comment on or make changes to this bug.
Description
•