- From: Frank Lemanschik <notifications@github.com>
- Date: Wed, 09 Nov 2022 01:33:19 -0800
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 9 November 2022 09:33:32 UTC
@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