- From: Domenic Denicola <notifications@github.com>
- Date: Thu, 19 Mar 2020 07:50:25 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 19 March 2020 14:50:37 UTC
It seems Chrome and Firefox are both removing FTP support. Potentially impacted parts of the spec: - [Scheme fetch](https://fetch.spec.whatwg.org/#scheme-fetch) - [Network scheme](https://fetch.spec.whatwg.org/#network-scheme): maybe this can be removed in favor of "HTTP(S) scheme"? Or rename "HTTP(S) scheme" to "network scheme"? Unsure what this impacts. - [Bad port blocking](https://fetch.spec.whatwg.org/#port-blocking) (connected to network scheme) - [Main fetch](https://fetch.spec.whatwg.org/#main-fetch) step 2.8 appears to be attempting to network-error some FTP requests. If we instead network-error all FTP requests then this step can probably be deleted. -- 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/fetch/issues/1009
Received on Thursday, 19 March 2020 14:50:37 UTC