Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

66
Views
Propiedades de cookies con `document.cookie` vs `cookieStore.get`

Si configuro una cookie con ciertas propiedades usando document.cookie , se me informa si accedo a la cookie con cookieStore.get , pero no con document.cookie :

 document.cookie = ">>>Test123=Hello there; Secure; SameSite=Lax"; console.log(document.cookie); cookieStore.get(">>>Test123").then(console.log);

document.cookie da:

 >>>Test123=Hello there

cookieStore.get da:

 { domain:null, expires:null, name:">>>Test123", path:"/834420", sameSite:"lax", secure:true, value:"Hello there" }

¿Hay alguna forma de obtener información, por ejemplo, sobre la propiedad SameSite de una cookie sin usar cookieStore ?

Tengo el código aquí: https://playcode.io/834420/ si ayuda

about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!