Skip to content

Commit

Permalink
feat: optionally accept partitioned and priority cookie options
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Jan 22, 2024
1 parent ea56755 commit f1397c8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/types/response.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ export type CookieOptions = {
path: string
sameSite: boolean | 'lax' | 'none' | 'strict'
secure: boolean
partitioned?: boolean
priority?: 'low' | 'medium' | 'high'
}

/**
Expand Down

0 comments on commit f1397c8

Please sign in to comment.