mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-03-20 04:00:52 +00:00
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 = "";
|
||
|
};
|