packager
packager copied to clipboard
What can be done with eval?
Basically, what can you do with eval? 👀 It does sound cool and i know you can add steam achivements with it, but what else can you do with it? Cheers
Everything you can do with JavaScript, you can just do with eval. You can create objects in the html file, make api calls, use the vm and so on.
Honestl, i have no clue what most of that means lmao. Can you give me any specific example? XD Surley sounds interesting tho!
JavaScript, like alert("Your text here");.
If you are not familiar with it, you can check out https://developer.mozilla.org/en-US/docs/Web/JavaScript
Honestl, i have no clue what most of that means lmao. Can you give me any specific example? XD Surley sounds interesting tho!
Add/remove sprites, make web requests, show prompts, and more (anything an unsandboxed extension can do).