Open Bug 1105229 Opened 9 years ago Updated 2 years ago

Support custom sound files for Toast notifications

Categories

(Core :: Widget: Win32, defect)

All
Windows 7
defect

Tracking

()

People

(Reporter: mikedeboer, Unassigned)

References

(Depends on 1 open bug)

Details

Web Notifications may specify a custom sound file, like:

```js
new Notification("title", {
  mozbehavior: {
    soundFile: "chrome://url/to/soundFile.ogg"
  }
});
```

...and as such Toast notifications will need to support this as well.
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.