601 B
601 B
Home > puppeteer > Protocol > Network > ConnectionType
Protocol.Network.ConnectionType type
The underlying connection technology that the browser is supposedly using.
Signature:
export type ConnectionType = ('none' | 'cellular2g' | 'cellular3g' | 'cellular4g' | 'bluetooth' | 'ethernet' | 'wifi' | 'wimax' | 'other');