Closed
Bug 1711879
Opened 4 years ago
Closed 4 years ago
Add a test for passing empty url to EventSource
Categories
(Core :: DOM: Networking, defect, P2)
Core
DOM: Networking
Tracking
()
RESOLVED
FIXED
90 Branch
| Tracking | Status | |
|---|---|---|
| firefox90 | --- | fixed |
People
(Reporter: smaug, Assigned: smaug)
References
(Blocks 1 open bug)
Details
(Whiteboard: [necko-triaged], [wptsync upstream])
Attachments
(1 file)
| Assignee | ||
Updated•4 years ago
|
Summary: Add test for passing empty url to EventSource → Add a test for passing empty url to EventSource
| Assignee | ||
Updated•4 years ago
|
Severity: -- → N/A
Priority: -- → P2
| Assignee | ||
Comment 1•4 years ago
|
||
https://html.spec.whatwg.org/multipage/server-sent-events.html#dom-eventsource
parses the URL using API base URL.
Updated•4 years ago
|
Whiteboard: [necko-triaged]
Created web-platform-tests PR https://github.com/web-platform-tests/wpt/pull/29045 for changes under testing/web-platform/tests
Whiteboard: [necko-triaged] → [necko-triaged], [wptsync upstream]
Comment 3•4 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 4 years ago
status-firefox90:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 90 Branch
Upstream PR was closed without merging
Upstream PR merged by jgraham
You need to log in
before you can comment on or make changes to this bug.
Description
•