Preview 2.0 is now in Public Beta!
Read the Announcement

Summary

Functions

getConnectionType

getConnectionType(): number

startMonitoring

startMonitoring(
  connectionTypeChangedCallback: (newConnectionType: number) => void
): void
Parameter Default Description
connectionTypeChangedCallback
(newConnectionType: number) => void

Returns void

stopMonitoring

stopMonitoring(): void
Previous
CSSUtils