Creating a cookie with string as value wraps the cookie in extra double quotes
Opened this issue · 0 comments
JendrikHB commented
Creating a cookie with webix.storage.cookie.put() with string as value wraps the cookie in extra double quotes. The quotes are added inside the webix.stringify function.
Furthermore the escape function used is deprecated:
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/escape