Skip to content

Commit

Permalink
document airgap.watchers
Browse files Browse the repository at this point in the history
  • Loading branch information
eligrey committed Jul 24, 2024
1 parent c800f47 commit 25341fb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/core.ts
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,8 @@ export type CookieWatcher = (event: IPendingCookieMutation) => void;

/** airgap.js API */
export type AirgapAPI = Readonly<{
/** Embedded request watchers */
watchers?: AirgapWatcher[];
/** Embedded request overrides (must specify pre-init) */
overrides?: RequestOverride[];
/** Embedded request overrides (must specify pre-init) */
Expand Down

0 comments on commit 25341fb

Please sign in to comment.