Re: [whatwg/url] Record whether the URL parser removed newlines. (#284)

> This wouldn't fail, actually, because you're stringifying a parsed URL.

Right, thanks. I guess I meant

```js
new WebSocket(`wss://example.com/foo\nbar>baz`);
```

will fail. Again, is this desired behavior? Are there tests for it, and other cases like it?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/url/pull/284#issuecomment-303372784

Received on Tuesday, 23 May 2017 11:44:50 UTC