Closed
Bug 1544445
Opened 6 years ago
Closed 6 years ago
Implement Page.reload
Categories
(Remote Protocol :: CDP, enhancement, P1)
Remote Protocol
CDP
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: ochameau, Assigned: ochameau)
References
Details
Attachments
(1 file, 1 obsolete file)
(deleted),
text/x-phabricator-request
|
Details |
https://chromedevtools.github.io/devtools-protocol/tot/Page#method-reload
Page.reload:
Reloads given page optionally ignoring the cache.
This depends on emitting Page.frameNavigated
(bug 154309) as puppeteer expects this event when calling reload
.
Assignee | ||
Updated•6 years ago
|
Assignee: nobody → poirot.alex
Updated•6 years ago
|
Priority: -- → P3
Updated•6 years ago
|
Priority: P3 → P2
Updated•6 years ago
|
Assignee | ||
Updated•6 years ago
|
Priority: P2 → P1
Assignee | ||
Comment 1•6 years ago
|
||
Updated•6 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•6 years ago
|
||
Assignee | ||
Comment 3•6 years ago
|
||
Updated•6 years ago
|
Attachment #9062923 -
Attachment is obsolete: true
Pushed by apoirot@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/3f601f3cf988
Implement Page.reload. r=remote-protocol-reviewers,ato
Comment 5•6 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
Updated•4 years ago
|
Component: CDP: Page → CDP
You need to log in
before you can comment on or make changes to this bug.
Description
•