puppeteer/new-docs/puppeteer.protocol.network.connectiontype.md
2020-07-13 14:01:35 +01:00

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');