Skip to content

Commit bb474d8

Browse files
committed
docs: mention Array/Set/Map subclasses
1 parent 0a04233 commit bb474d8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: docs/internals.md

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66

77
- Even though `Array`, `Set`, and `Map` instances are objects, their properties are *not* observable (except the special `length` and `size` properties)
88

9+
- The `Array`, `Set`, and `Map` classes should never be sub-classed
10+
911
## `Change` events
1012

1113
- The `target` property is always the original object, instead of its observable proxy

0 commit comments

Comments
 (0)