-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Open
Labels
feature / enhancementNew feature or requestNew feature or requestneeds-decisionNot sure if we want to do this yet, also design work neededNot sure if we want to do this yet, also design work needed
Description
Describe the problem
Currently cookies
are only available in +page.server.ts
and +layout.server.ts
but not in the universal load variants.
Describe the proposed solution
Make cookies
available in universal load()
. Only cookies with httpOnly
disabled may be accessed, so that the universal load()
function behaves the same in whichever environment it is executed.
Alternatives considered
No response
Importance
would make my life easier
Additional Information
No response
katriellucas, sinplea, BlakeB415, Virgiel, cl-omenius and 7 more
Metadata
Metadata
Assignees
Labels
feature / enhancementNew feature or requestNew feature or requestneeds-decisionNot sure if we want to do this yet, also design work neededNot sure if we want to do this yet, also design work needed