specs/standards
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
..