MDN/Archives/Kuma/Scripting: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 73: Line 73:
** Seems to have some more features than built-in node.js sandboxing
** Seems to have some more features than built-in node.js sandboxing
** timeouts, restricted method access, graceful errors
** timeouts, restricted method access, graceful errors
* Use standalone [http://embeddedjs.com/ embedded JS templates] instead of literals embedded in script?  
* Use standalone [https://github.com/visionmedia/ejs embedded JS templates] instead of literals embedded in script?  
** Employs code-in-markup instead of markup-in-code, and avoids the need for fancy compiler hijinx
** Employs code-in-markup instead of markup-in-code, and avoids the need for fancy compiler hijinx
* Might [https://github.com/laverdet/js-xml-literal js-xml-literals] come in handy?
* Might [https://github.com/laverdet/js-xml-literal js-xml-literals] come in handy?
Confirmed users
920

edits