8 ms·
csp safe has a particular meaning associated it with. its not a "safe" language whatever that is. chrome webstore team is okay with it and serves my purpose. if
by artpar 10mo ago
csp safe has a particular meaning associated it with. its not a "safe" language whatever that is. chrome webstore team is okay with it and serves my purpose. if you have submitted extensions to google chrome then you would know that any sign of "eval" or new Function in the code will lead to rejection.
- procaryote 10mo agoSo what you want is a linter, not a language
- artpar 10mo agoI want to execute dynamically generated javascript looking code in chrome extension without using eval or new function. basically eval without actually using eval. linter would help me find and avoid usages of eval.