This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 27764 - reload() method takes optional argument per https://developer.mozilla.org/en-US/docs/Web/API/Location.reload and per https://github.com/slightlyoff/ServiceWorker/issues/597 service workers might want a hook for that.
Summary: reload() method takes optional argument per https://developer.mozilla.org/en-...
Status: RESOLVED INVALID
Alias: None
Product: WHATWG
Classification: Unclassified
Component: HTML (show other bugs)
Version: unspecified
Hardware: Other other
: P3 normal
Target Milestone: Unsorted
Assignee: Ian 'Hixie' Hickson
QA Contact: contributor
URL: https://html.spec.whatwg.org/#dom-loc...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-01-06 14:11 UTC by contributor
Modified: 2015-01-15 14:30 UTC (History)
4 users (show)

See Also:


Attachments

Description contributor 2015-01-06 14:11:03 UTC
Specification: https://html.spec.whatwg.org/multipage/browsers.html
Multipage: https://html.spec.whatwg.org/multipage/#dom-location-reload
Complete: https://html.spec.whatwg.org/#dom-location-reload
Referrer: https://html.spec.whatwg.org/multipage/

Comment:
reload() method takes optional argument per
https://developer.mozilla.org/en-US/docs/Web/API/Location.reload and per
https://github.com/slightlyoff/ServiceWorker/issues/597 service workers might
want a hook for that.

Posted from: 77.57.115.157 by annevk@annevk.nl
User agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:37.0) Gecko/20100101 Firefox/37.0
Comment 1 Ian 'Hixie' Hickson 2015-01-06 22:55:09 UTC
Who implements it?
Comment 2 Anne 2015-01-07 08:48:25 UTC
Gecko per https://bugzilla.mozilla.org/show_bug.cgi?id=1037721 but apparently not the other browsers...
Comment 3 Jake Archibald 2015-01-15 13:48:44 UTC
ServiceWorker isn't looking at this anymore. https://github.com/slightlyoff/ServiceWorker/issues/597#issuecomment-69229047