node
node copied to clipboard
lib: add EventSource
Proposal for Release Notes:
EventSource
EventSource is a W3C compliant Client for Server-sent events. The new flag --experimental-eventsource
can be used to expose a global EventSource
-constructor.
Review requested:
- [ ] @nodejs/security-wg
(LGTM is in principle, this is a draft)
@Uzlopak this can move forward now
Roger that.
@KhafraDev
PTAL
cc @nodejs/web-standards
Can this be a notable change ;)?
The https://github.com/nodejs/node/labels/notable-change label has been added by @marco-ippolito.
Please suggest a text for the release notes if you'd like to include a more detailed summary, then proceed to update the PR description with the text or a link to the notable change suggested text comment. Otherwise, the commit will be placed in the Other Notable Changes section.
CI: https://ci.nodejs.org/job/node-test-pull-request/58390/
Can somebody please add author-ready flag?
@RafaelGSS Is the description ok?
Can somebody please add author-ready flag?
@RafaelGSS Is the description ok?
Can you expand a bit more? For author ready CI must be green
CI: https://ci.nodejs.org/job/node-test-pull-request/58422/
CI: https://ci.nodejs.org/job/node-test-pull-request/58435/
CI: https://ci.nodejs.org/job/node-test-pull-request/58783/
@Uzlopak there are conflicts snow
@mcollina
PTAL
CI: https://ci.nodejs.org/job/node-test-pull-request/58960/
For author ready CI must be green
@marco-ippolito running CI is enough to be author ready
https://github.com/nodejs/node/blob/956521c767e9bad13f7737c518ad5ce368c349c2/doc/contributing/collaborator-guide.md#L895-L899
For author ready CI must be green
@marco-ippolito running CI is enough to be author ready
https://github.com/nodejs/node/blob/956521c767e9bad13f7737c518ad5ce368c349c2/doc/contributing/collaborator-guide.md#L895-L899
Thanks for clarifying, I was sure it required green ci 😵
@aduh95
done ;)
CI: https://ci.nodejs.org/job/node-test-pull-request/59133/
I find it surprising that there are no WPT changes, but that shouldn't block this from landing.
wdym? we run WPTs for it in undici
wdym? we run WPTs for it in undici
I would expect that we run WPT tests for it in this repo.
wdym? we run WPTs for it in undici
I would expect that we run WPT tests for it in this repo.
We don't run wpts for fetch either on this as far as I know.
CI: https://ci.nodejs.org/job/node-test-pull-request/59180/
CI: https://ci.nodejs.org/job/node-test-pull-request/59194/
Landed in 1d7d094a981b62f900994284f3d1ab44ec533302
This adds a new global and should have been labeled semver-major
It was added under a flag.