Network events emitted from multiple processes (each process emits its own local event under
the same name). Declared by the platform; not extensible by extensions.
The names listed here are the source of truth for which event names use multi-source semantics
at the central registry. An event name in this type allows registration from multiple processes
(each process registers once, all emitters are valid sources). Any other event name uses
single-source semantics (one registrant ever).
Subscribers do not need to know which events are multi-source — getNetworkEvent handles both
kinds identically.
See NetworkEvents for the full registry of known event names.
Network events emitted from multiple processes (each process emits its own local event under the same name). Declared by the platform; not extensible by extensions.
The names listed here are the source of truth for which event names use multi-source semantics at the central registry. An event name in this type allows registration from multiple processes (each process registers once, all emitters are valid sources). Any other event name uses single-source semantics (one registrant ever).
Subscribers do not need to know which events are multi-source —
getNetworkEventhandles both kinds identically.See NetworkEvents for the full registry of known event names.