mirror of
https://github.com/rustwasm/wasm-bindgen.git
synced 2024-11-29 08:53:03 +03: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 = "";
|
||
|
};
|