Skip to main content
The third argument of sendEvent.

Properties

baseUrl?

The Tappify origin to build the path under. Defaults to production.

build?


dedupeKey?

Defaults to a fresh UUID, so give your own to make a retry idempotent.

endpoint?

A full url to post to, which replaces baseUrl and the built path.

extensionId


fetch?

A fetch of your own, for a test or a proxy. Defaults to the global one.

Call Signature

MDN Reference
Parameters
input
RequestInfo | URL
init?
RequestInit
Returns
Promise<Response>

Call Signature

MDN Reference
Parameters
input
string | Request | URL
init?
RequestInit
Returns
Promise<Response>

installId

Which install the event belongs to.

occurredAt?

Defaults to now, in ISO form.

secret

The inbound signing secret from the extension’s Server page.