6 ms·
why not? everything is done in browser
by staticmaker2023 3y ago
why not? everything is done in browser
- selectnull 3y agoBecause at the moment someone would need to use mysqldump, if they wanted to be sure that this is browser only app, they would need to evaluate the JS source safety. And even if that was feasible (which it is not), they would have to evaluate it again on every use. One does simply not trust a 3rd party (random browser) app. Congrats on the launch, it's always great to launch something. If it's useful to you, happily use it. But don't expect others to do so.
- staticmaker2023 3y agothank you for taking the time to give the feedback.
- justsomehnguy 3y agoJust hit F12, Network, click Generate.
- teaearlgraycold 3y agoYou should be aware that an app can change its behavior based on whether the debug tools are open
- unglaublich 3y ago"Trust me". It's harder to verify this than to figure out the use of the command directly. In any case, it would be better if you provided placeholders anyway and let the user replace them outside of the browser.
- staticmaker2023 3y agothanks for the feedback!