> "How do we access the Streaming API using JavaScript?"
< "Have you tried using 'eventsource'?"
> "Yes, we're using 'EventSource' but we can't get CORS to work."
< Look of confusion.
< "Can't you just use a Readable Stream with chunked encoding?"
> Look of confusion.
< "Ohhhh! From a browser! You're trying to use the Streaming API with JavaScript in the Browser! We've never done that."