repl
repl copied to clipboard
Feat: bring up share function
The PR supersedes #25:
- Use
gzipandjs-base64(url-safe base64 built in) to generate share url - Use existing
evalConfiginstead of a home-baken deserializer

@fabiosantoscode Kindly request your attention with a friendly ping. My PR has been open for a year. I would greatly appreciate it if you could spare some time to review it, at your convenience, and provide your valuable feedback.
I can't really merge this because evalOptions calls eval, making it an XSS risk.
I can't really merge this because evalOptions calls
eval, making it an XSS risk.
Any reason to keep using eval? It seems that most options are simple JSON-stringifiable options.