| 23 | ): void |
| 24 | } |
| 25 | interface NetworkInformation extends EnumEventTarget<'change'> { |
| 26 | downlink: number |
| 27 | downlinkMax: number |
| 28 | effectiveType: string |
| 29 | rtt: number |
| 30 | saveData: boolean |
| 31 | type: string |
| 32 | } |
| 33 | interface Navigator { |
| 34 | connection?: NetworkInformation |
| 35 | } |
nothing calls this directly
no outgoing calls
no test coverage detected