From 8a87138c7c8faa5656aef262761112a24296f909 Mon Sep 17 00:00:00 2001 From: gioboa Date: Sat, 2 Mar 2024 12:53:52 +0100 Subject: [PATCH] docs: add new allowXhrCredentials prop --- src/integration/api.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/integration/api.md b/src/integration/api.md index 10caf716..9ffe0f06 100644 --- a/src/integration/api.md +++ b/src/integration/api.md @@ -16,6 +16,7 @@ export type GetHook = (opts: GetHookOptions) => any; // @public export interface PartytownConfig { + allowXhrCredentials?: boolean; // (undocumented) apply?: ApplyHook; debug?: boolean; @@ -36,6 +37,8 @@ export interface PartytownConfig { // (undocumented) mainWindowAccessors?: string[]; nonce?: string; + // Warning: (ae-forgotten-export) The symbol "SendBeaconParameters" needs to be exported by the entry point index.d.ts + resolveSendBeaconRequestParameters?(url: URL, location: Location): SendBeaconParameters | undefined | null; resolveUrl?(url: URL, location: Location, type: ResolveUrlType): URL | undefined | null; sandboxParent?: string; // (undocumented)