mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-05-12 10:50:08 +02:00
Add domain filter to cookie template function (#452)
This commit is contained in:
@@ -396,7 +396,7 @@ description?: string, };
|
||||
|
||||
export type GenericCompletionOption = { label: string, detail?: string, info?: string, type?: CompletionOptionType, boost?: number, };
|
||||
|
||||
export type GetCookieValueRequest = { name: string, };
|
||||
export type GetCookieValueRequest = { name: string, domain?: string | null, };
|
||||
|
||||
export type GetCookieValueResponse = { value: string | null, };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user