forked from mirrors/gecko-dev
MozReview-Commit-ID: FvAp6DQex02 --HG-- extra : rebase_source : 1b8102930efba0fb0da855b02effd106370a1b8b
8 lines
247 B
Text
8 lines
247 B
Text
[Constructor(DOMString type, optional RTCDTMFToneChangeEventInit eventInitDict)]
|
|
interface RTCDTMFToneChangeEvent : Event {
|
|
readonly attribute DOMString tone;
|
|
};
|
|
|
|
dictionary RTCDTMFToneChangeEventInit : EventInit {
|
|
DOMString tone = "";
|
|
};
|