EventSource: thuộc tính url
Baseline
Widely available
This feature is well established and works across many devices and browser versions. It’s been available across browsers since January 2020.
Note: This feature is available in Web Workers.
Thuộc tính chỉ đọc url của giao diện EventSource trả về một chuỗi biểu thị URL của nguồn.
Giá trị
Một chuỗi biểu thị URL của nguồn.
Ví dụ
js
const evtSource = new EventSource("sse.php");
console.log(evtSource.url);
Note: Bạn có thể tìm thấy một ví dụ đầy đủ trên GitHub, xem Simple SSE demo using PHP.
Thông số kỹ thuật
| Specification |
|---|
| HTML> # dom-eventsource-url-dev> |