Skip to content

Commit

Permalink
fix: Update the typedef for scrubSafari API (#423)
Browse files Browse the repository at this point in the history
  • Loading branch information
mykola-mokhnach authored Mar 26, 2024
1 parent fb365df commit 3ccbf80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ export interface SupportsAppPermissions {

export interface InteractsWithSafariBrowser {
openUrl(url: string): Promise<void>;
scrubSafari(keepPrefs: boolean): Promise<void>;
scrubSafari(keepPrefs?: boolean): Promise<void>;
updateSafariSettings(updates: StringRecord): Promise<boolean>;
getWebInspectorSocket(): Promise<string|null>;
}
Expand Down

0 comments on commit 3ccbf80

Please sign in to comment.