Closed
Bug 1215491
Opened 10 years ago
Closed 10 years ago
Offline data is not stored
Categories
(Firefox for iOS :: General, defect)
Tracking
()
RESOLVED
WONTFIX
| Tracking | Status | |
|---|---|---|
| fxios | + | --- |
People
(Reporter: csuciu, Unassigned)
Details
(Whiteboard: [private api])
Build 1107
1. Load http://html5demos.com/offlineapp
2. Disconnect your internet connection
3. Reload http://html5demos.com/offlineapp
Expected: The site should reload from the stored offline data
Actual: The site does not reload without an internet connection
Note: This is working fine on Safari
Updated•10 years ago
|
tracking-fxios:
--- → ?
Updated•10 years ago
|
Comment 1•10 years ago
|
||
We need to access the private _setOfflineApplicationCacheIsEnabled API for this.
Comment 2•10 years ago
|
||
Brian, could you file a WebKit bug for this?
Comment 3•10 years ago
|
||
Considering the API is deprecated and being removed in favor of service workers (https://html.spec.whatwg.org/multipage/browsers.html#offline), it's very unlikely they'll expose it. In fact, I think that's enough grounds to WONTFIX this.
Status: NEW → RESOLVED
Closed: 10 years ago
Flags: needinfo?(bnicholson)
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•