diff --git a/specification/sections/05-events.md b/specification/sections/05-events.md index 90cf67ee..3e98efa5 100644 --- a/specification/sections/05-events.md +++ b/specification/sections/05-events.md @@ -28,7 +28,8 @@ graph > The `provider` **MAY** define a mechanism for signaling the occurrence of one of a set of events, including `PROVIDER_READY`, `PROVIDER_ERROR`, `PROVIDER_CONFIGURATION_CHANGED` and `PROVIDER_STALE`, with a `provider event details` payload. -Providers cannot emit `PROVIDER_CONTEXT_CHANGED` or `PROVIDER_CONTEXT_PENDING` event. These are emitted only by the SDK during context reconciliation. +Providers cannot emit `PROVIDER_CONTEXT_CHANGED` or `PROVIDER_CONTEXT_PENDING` event. +These are emitted only by the SDK during context reconciliation. If available, native event-emitter or observable/observer language constructs can be used.