Closed Bug 1110221 Opened 11 years ago Closed 11 years ago

Using alarms require to set the alarm and receive the alarm on the same URL

Categories

(Developer Documentation Graveyard :: Apps, defect, P5)

All
Other
defect

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: rik, Unassigned)

References

()

Details

:: Developer Documentation Request Request Type: Correction Gecko Version: unspecified Technical Contact: :: Details When you want to use alarms, you need to use the same URL for setting it and receiving it. If you do navigator.mozAlarms.add() on foo.html and have { "alarm": "/index.html" } in your manifest, you'll never receive the alarm. Same if you do navigator.mozAlarms.add() on index.html?foo=bar and have { "alarm": "/index.html" } in your manifest.
Component: General → Firefox OS
Component: Firefox OS → Apps
You need to log in before you can comment on or make changes to this bug.