Commit Graph

2 Commits

Author SHA1 Message Date
Matt Bierner
245265d15e Mark most Event properties as readonly
We want to prevent mistaken changes that do something like this:

```ts
foo.onEvent = () => { ... };
```

When they almost always mean:

```ts
foo.onEvent(() => { ... })
```
2025-10-09 13:59:00 -07:00
Henning Dieterichs
67b27dba35 Implements data channels (#256226) 2025-07-16 13:43:02 +02:00