source property

EventSource? source
getter/setter pair

Source from which the event was created.

For example, a web page, an email message or any document identifiable by an URL with HTTP or HTTPS scheme. Can only be seen or modified by the creator of the event.

Implementation

EventSource? source;