Link to “Intent to Deprecate” thread
https://groups.google.com/a/chromium.org/d/msg/blink-dev/1m47rW4w7dc/MOf_2kgb2wIJwSummary
Remove the previously deprecated `URL` attribute on the EventSource interface, which is an alias for the standard `url` attribute.
Motivation
Like on WebSocket, the uppercase variant was in the initial "Server Sent Events" 2009 drafts, but by 2011 and implementation in non-WebKit browsers the spec only has the lower case variant:
https://html.spec.whatwg.org/multipage/comms.html#the-eventsource-interface
Usage information from UseCounter
https://www.chromestatus.com/metrics/feature/popularity#EventSourceURLEntry on chromestatus.com
https://www.chromestatus.com/features/5311740673785856
Compatibility Risk
The uppercase attribute isn't supported in Opera 12.16 (Presto), Firefox Nightly and IE11, but per source inspection, the uppercase alias is still present in WebKit.
Thanks for checking the ticketing link. Removal signals aren't always as clear as those for new features. Documentation is just as important.
I think this one area we are working on and exploring how we can improve this. I do believe that a deprecation, removal or an API change should be messaged proactively and be made as discoverable as possible.