Files
zopu-code/repos/effect-smol/.changeset/use-url-can-parse.md

6 lines
250 B
Markdown

---
"effect": patch
---
Use `URL.canParse` to validate URL string schema decoding before constructing a `URL`. This avoids relying on thrown exceptions for routine validation while preserving the same invalid URL issue and successful decode output.