We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently the JavaScript lobby.app.save function can save app's data from client side.
lobby.app.save
Instead, I recommend devs to write an AJAX file in "src/ajax" dir of app and send data in JS using lobby.app.ajax function.
lobby.app.ajax
Should JS lobby.app.save and lobby.app.remove functions be removed ?
lobby.app.remove
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently the JavaScript
lobby.app.save
function can save app's data from client side.Pros
Cons
Alternative
Instead, I recommend devs to write an AJAX file in "src/ajax" dir of app and send data in JS using
lobby.app.ajax
function.Should JS
lobby.app.save
andlobby.app.remove
functions be removed ?The text was updated successfully, but these errors were encountered: