Closed
Bug 1600058
Opened 3 years ago
Closed 3 years ago
Implement IO.close
Categories
(Remote Protocol :: CDP, task, P1)
Remote Protocol
CDP
Tracking
(firefox73 fixed)
RESOLVED
FIXED
Tracking | Status | |
---|---|---|
firefox73 | --- | fixed |
People
(Reporter: whimboo, Assigned: whimboo)
References
(Blocks 1 open bug, )
Details
(Whiteboard: [puppeteer-beta-mvp])
Attachments
(1 file)
This bug covers the implementation of the IO.close
method. By definition it closes the stream, and discards any temporary backing storage. This method is needed for Page.printToPDF
.
Assignee | ||
Comment 1•3 years ago
|
||
I just gave an update on bug 1600053. A patch is upcoming soon for this particular method. It only needs polishing and tests.
Assignee | ||
Comment 2•3 years ago
|
||
Depends on D55968
Updated•3 years ago
|
Whiteboard: [puppeteer-alpha-reserve] → [puppeteer-beta-mvp]
Pushed by hskupin@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/0d87151679c2 [remote] Implement IO.close. r=remote-protocol-reviewers,ato,maja_zf
Comment 4•3 years ago
|
||
bugherder |
Updated•2 years ago
|
Component: CDP: IO → CDP
You need to log in
before you can comment on or make changes to this bug.
Description
•