JS: Remote mention of Element MaD token

This commit is contained in:
Asger F
2025-06-24 09:46:20 +02:00
parent 93c891a987
commit cb983102e5

View File

@@ -517,7 +517,6 @@ The following components are supported:
- **Member[**\ `name`\ **]** selects the property with the given name.
- **AnyMember** selects any property regardless of name.
- **ArrayElement** selects an element of an array.
- **Element** selects an element of an array, iterator, or set object.
- **MapValue** selects a value of a map object.
- **Awaited** selects the value of a promise.
- **Instance** selects instances of a class, including instances of its subclasses.