Re: [whatwg/fetch] Proposal: consider url parsing to be more flexible about colons in the protocol part of a url (Issue #1535)

@valenting it solves as referenced in the issue the problem of assertions that are not based on a file extension or a additional meta like

```js
import me from 'git+ssh@github.com:whatwg/fetch'
// and not
import me from 'whatwg/fetch'  assert { type: "git+ssh@github" };
```

so it would be url serializeable

-- 
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/issues/1535#issuecomment-1308468862
You are receiving this because you are subscribed to this thread.

Message ID: <whatwg/fetch/issues/1535/1308468862@github.com>

Received on Wednesday, 9 November 2022 09:33:32 UTC