* Parse parses a [URL] in the context of the receiver. The provided URL * may be relative or absolute. Parse returns nil, err on parse * failure, otherwise its return value is the same as [URL.ResolveReference].
(ref: string)
| 23002 | * failure, otherwise its return value is the same as [URL.ResolveReference]. |
| 23003 | */ |
| 23004 | parse(ref: string): (URL) |
| 23005 | } |
| 23006 | interface URL { |
| 23007 | /** |
no outgoing calls
no test coverage detected