The url
read-only property of the EventSource
interface returns a DOMString
representing the URL of the source.
Syntax
var myUrl = eventSource.url;
Value
A DOMString
representing the URL of the source.
Examples
var 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
Specification | Status | Comment |
---|---|---|
WHATWG HTML Living Standard The definition of 'url' in that specification. |
Living Standard | Initial definition |
Browser compatibility
[1] But not service workers as yet.
See also
Document Tags and Contributors
Tags:
Contributors to this page:
chrisdavidmills
Last updated by:
chrisdavidmills,