MCPcopy
hub / github.com/the1812/Bilibili-Evolved / NetworkInformation

Interface NetworkInformation

src/global.d.ts:25–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected