Skip to content

Commit

Permalink
docs: add new PartytownConfig props (#565)
Browse files Browse the repository at this point in the history
  • Loading branch information
gioboa authored Mar 2, 2024
1 parent aaa20e6 commit 67b2829
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/integration/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ export type GetHook = (opts: GetHookOptions) => any;

// @public
export interface PartytownConfig {
allowXhrCredentials?: boolean;
// (undocumented)
apply?: ApplyHook;
debug?: boolean;
Expand All @@ -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)
Expand Down

0 comments on commit 67b2829

Please sign in to comment.