Skip to content

Commit 6e847b5

Browse files
committed
Update documentation of supported/unsupported features
1 parent bf0d4ab commit 6e847b5

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff 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]`

0 commit comments

Comments
 (0)