()
| 26073 | } |
| 26074 | } |
| 26075 | get protocol() { |
| 26076 | return this[INTERNAL2].protocol ?? (this.isSecureEndpoint() ? "https:" : "http:"); |
| 26077 | } |
| 26078 | set protocol(v5) { |
| 26079 | if (this[INTERNAL2]) { |
| 26080 | this[INTERNAL2].protocol = v5; |
nothing calls this directly
no test coverage detected