| 27 | * with special characters that might break the standard URL constructor |
| 28 | */ |
| 29 | export class SafeURL implements ISafeURL { |
| 30 | protocol: string; |
| 31 | hostname: string; |
| 32 | port: string; |
nothing calls this directly
no outgoing calls
no test coverage detected