summaryrefslogtreecommitdiff
path: root/Base/home/anon/www/alert.html
AgeCommit message (Collapse)Author
2020-03-14LibWeb: Parse <script> elements and run any JavaScript found insideAndreas Kling
This patch begins integrating LibJS into LibWeb. Document holds the JS::Interpreter for now, and it is created on demand when you first call Document::interpreter(). We also add a simple "alert()" function to the global object.