[whatwg/fetch] When there is an issue with the URL parameter, fetch does not have any errors (Issue #1730)

### What is the issue with the Fetch Standard?

When using fetch in a project, it is possible that the URL parameter may not be the correct value and may be a meaningless string. However, the fetch has no errors and the status code is 200. The response. text() returns the current page.
I'm not sure if this is a bug or if it was caused by myself

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

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

Received on Friday, 29 December 2023 06:18:42 UTC