mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-21 20:03:08 +09:00
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 = "";
|
|
};
|