Frontmatter
| id | 4365 |
| title | form.field.Url: beforeGetValue() |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | May 2, 2023, 9:05 PM |
| updatedAt | May 2, 2023, 9:07 PM |
| githubUrl | https://github.com/neomjs/neo/issues/4365 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | May 2, 2023, 9:07 PM |
the default URL ctor has some sanity checks to convert an "almost" valid URL into a real one.
e.g. new URL("http:www.google.com").href => "http://www.google.com"