Closed
Bug 1600058
Opened 6 years ago
Closed 6 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
()
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•6 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•6 years ago
|
||
Depends on D55968
Updated•6 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•6 years ago
|
||
| bugherder | ||
Updated•4 years ago
|
Component: CDP: IO → CDP
You need to log in
before you can comment on or make changes to this bug.
Description
•