About cookies() API
Unanswered
Savannah posted this in #help-forum
SavannahOP
Hello, is the CookieStore returned from the cookies() API compatible with MDN’s CookieStore?
2 Replies
@Savannah Hello, is the CookieStore returned from the cookies() API compatible with MDN’s CookieStore?
it should be yeah. its a modified version of MDN's Cookie store since depending on where you access them, i.e in Server Components it will be read-only CookieStore
can always control-click the cookies() api to see the implementation