Skip to main content

browser-tracker.emitterconfigurationbase.maxgetbytes

Home > @snowplow/browser-tracker > EmitterConfigurationBase > maxGetBytes

EmitterConfigurationBase.maxGetBytes property

The max size a GET request (its complete URL) can be. Requests over this size will be tried as a POST request.

Signature:
maxGetBytes?: number;