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
Currently the hostname is parsed using default tldts options. In practice we may want to pass options such as allowPrivateDomains when parsing the hostname.
We could, for example, add an optional argument to the URL constructor with the tldts IOptions for tldts.parse. Alternatively we could expose a global that sets the options for all URLs created by the application.
The text was updated successfully, but these errors were encountered:
Currently the hostname is parsed using default tldts options. In practice we may want to pass options such as
allowPrivateDomains
when parsing the hostname.We could, for example, add an optional argument to the
URL
constructor with the tldtsIOptions
fortldts.parse
. Alternatively we could expose a global that sets the options for allURL
s created by the application.The text was updated successfully, but these errors were encountered: