mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 21:31:04 +00:00
621afd7f92
MozReview-Commit-ID: FvAp6DQex02 --HG-- extra : rebase_source : 1b8102930efba0fb0da855b02effd106370a1b8b
9 lines
247 B
Plaintext
9 lines
247 B
Plaintext
[Constructor(DOMString type, optional RTCDTMFToneChangeEventInit eventInitDict)]
|
|
interface RTCDTMFToneChangeEvent : Event {
|
|
readonly attribute DOMString tone;
|
|
};
|
|
|
|
dictionary RTCDTMFToneChangeEventInit : EventInit {
|
|
DOMString tone = "";
|
|
};
|