Save and access cookies from WebAssembly
-
wrote on 22 Oct 2020, 12:00 last edited by
In my current project I want to save some user properties, like Name, in the browser so that app can fill the fields automatically. Is there a pssibility to access coockies from qml or c++?
-
wrote on 23 Oct 2020, 06:09 last edited by
You could use cookies from the javascript side:
https://emscripten.org/docs/porting/connecting_cpp_and_javascript/Interacting-with-code.html
1/2