As of today, I intend to turn on the URL.canParse() function by default on all platforms. It has not been developed behind a flag, rather being enabled by default in the implementation patch as it is a low-risk feature. No other browsers ship or implement the feature at this time.
Summary:
The URL.canParse() function allows for checking if a URL can be parsed, instead of having to wrap a URL constructor in a try catch block. This is more performant and serves for a better developer experience.