fryorcraken d05209e837
Proposed different format to express message events
Changes:

- `eventType` field is part of the event data, which does not really match how it's done in JS
- `eventType` has a `default` value. Does not really make sense as it's not something the API consumer can pass/change
- `addEventListener` is defined, but this is JS specific, the API should define concepts in a generic manner so it can easily be applied across languages.
- name`EventEmitter` is very generic, but this is an event emitter for messages only
- new `properties` field was introduced, but it is unclear where these properties belong to, we have been using `fields` so far. This should be a field on `WakuNode`
2025-10-28 14:18:13 +11:00
..
2024-07-09 04:34:01 -04:00
2025-05-22 09:10:25 -04:00
2024-07-09 06:03:39 -04:00
2024-07-09 06:17:34 -04:00
2025-07-30 21:23:33 -04:00
2024-07-09 06:26:27 -04:00