Save and access cookies from WebAssembly
Unsolved
Qt for WebAssembly
-
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++?
-
You could use cookies from the javascript side:
https://emscripten.org/docs/porting/connecting_cpp_and_javascript/Interacting-with-code.html