File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -475,12 +475,15 @@ webidl2js is implementing an ever-growing subset of the Web IDL specification. S
475475- ` record<> ` types
476476- ` Promise<> ` types
477477- ` FrozenArray<> ` types
478+ - Buffer source types
478479- ` typedef ` s
479480- Partial interfaces and dictionaries
480481- Interface mixins
481482- Basic types (via [ webidl-conversions] [ ] )
482483- Overload resolution (although [ tricky cases are not easy on the implementation class] ( #overloaded-operations ) )
483484- Variadic arguments
485+ - ` [AllowShared] `
486+ - ` [AllowResizable] `
484487- ` [Clamp] `
485488- ` [EnforceRange] `
486489- ` [Exposed] `
@@ -507,7 +510,8 @@ Notable missing features include:
507510
508511- Namespaces
509512- ` maplike<> ` and ` setlike<> `
510- - ` [AllowShared] `
513+ - ` async_sequence<> ` types
514+ - ` ObservableArray<> ` types
511515- ` [Default] ` (for ` toJSON() ` operations)
512516- ` [Global] ` 's various consequences, including the named properties object and ` [[SetPrototypeOf]] `
513517- ` [LegacyFactoryFunction] `
You can’t perform that action at this time.
0 commit comments