mirror of
https://git.proxmox.com/git/rustc
synced 2026-03-29 05:30:47 +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 = "";
|
|
};
|