We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d89fc9 commit 68bc05bCopy full SHA for 68bc05b
README.md
@@ -328,7 +328,6 @@ webidl2js is implementing an ever-growing subset of the Web IDL specification. S
328
- Variadic arguments
329
- `[Clamp]`
330
- `[EnforceRange]`
331
-- `[Exposed]` (by exporting metadata on where/whether it is exposed)
332
- `[LegacyArrayClass]`
333
- `[LegacyUnenumerableNamedProperties]`
334
- `[OverrideBuiltins]`
@@ -347,6 +346,7 @@ Notable missing features include:
347
346
- `[AllowShared]`
348
- `[Default]` (for `toJSON()` operations)
349
- `[Global]` and `[PrimaryGlobal]`'s various consequences, including the named properties object and `[[SetPrototypeOf]]`
+- `[Exposed]`
350
- `[LegacyWindowAlias]`
351
- `[LenientSetter]`
352
- `[LenientThis]`
0 commit comments