You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Standardize on the term URL. URI and IRI are just confusing. In practice a single algorithm is used for both so keeping them distinct is not helping anyone. URL also easily wins the search result popularity contest.
The text was updated successfully, but these errors were encountered:
Need to think about how interpolation (${...}) works. Currently it is defined to take values of the interpolated data type, but I think we also need it to takes strings. Interpolating a string would effectively quote it using the URL syntax (so it would works safely for query parameters).
This would be a tagged data type (like regexp), so that it can be serialized as a string in JSON. Relates to #1098.
Probably
url
is the right tag. From https://url.spec.whatwg.org/#goals:The text was updated successfully, but these errors were encountered: