voltace / browser-cookies

Tiny cookies library for the browser
The Unlicense
89 stars 18 forks source link

samesite: None is missing #22

Open hammadmansuri opened 4 years ago

hammadmansuri commented 4 years ago

Google plans to add a new option "None" for samesite property. Currently, it's missing for browser-cookies. It has 3 options ("", "Strict" and "Lax"). so, typescript compiler is throwing the compile-time error.

jimthedev commented 4 years ago

See: #23