This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
zhangyang-zerotierone/zeroidc/vendor/web-sys/webidls/enabled/HiddenPluginEvent.webidl

14 lines
292 B
Plaintext

// invalid widl
// interface PluginTag;
[Constructor(DOMString type, optional HiddenPluginEventInit eventInit), ChromeOnly]
interface HiddenPluginEvent : Event
{
readonly attribute PluginTag? tag;
};
dictionary HiddenPluginEventInit : EventInit
{
PluginTag? tag = null;
};