Open
Description
Per whatwg/html#689 it can contain any header value. And it seems that a page with a cooperating server can send that header anywhere due to redirects.
Basically, use EventSource
to open a connection. Get the server to set the ID. Then trigger a reconnection. Then when the server gets the header, redirect that request to wherever. That request to wherever will include the Last-Event-ID
header with a value that can be controlled by the server that did the redirect.
Given that this has been the case for forever, we might as well enshrine it. (Should probably write a test to confirm though.)