web api instance property
EventSource: url property
Available in workers
The url read-only property of the
EventSource interface returns a string representing the
URL of the source.
Value
A string representing the URL of the source.
Examples
const evtSource = new EventSource("sse.php");
console.log(evtSource.url);
[!NOTE] You can find a full example on GitHub — see Simple SSE demo using PHP.
Specifications
SpecificationsStandards references are available on the canonical MDN page.
Browser compatibility
Browser compatibilityCompatibility data is available on the canonical MDN page.