[whatwg/webidl] interface_members... */ }; partial interface interface_identifier { /* interface_members... */ }; namespace namespace_identifier { /* namespace_members... */ }; partial namespace namespace_identifier { /* namespace_members... */ }; dictionary dictionary_identifier { /* dictionary_members... */ }; partial dictionary dictionary_identifier { /* dictionary_members... */ }; enum enumeration_identifier { "enum", "values" /* , ... */ }; callback callback_identifier = return_type (/* arguments... */); callback interface (Issue #1222)

-- 
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/webidl/issues/1222
You are receiving this because you are subscribed to this thread.

Message ID: <whatwg/webidl/issues/1222@github.com>

Received on Wednesday, 19 October 2022 12:57:40 UTC