haXe API Documentation
Back |
Indexclass js.Lib
Available in js
- static var document : Document
- static var window : Window
- static function alert(v : Dynamic) : Void
-
Display an alert message box containing the given message
- static inline function debug() : Void
-
Inserts a 'debugger' statement that will make a breakpoint if a debugger is available.
- static inline function eval(code : String) : Dynamic
- static inline function setErrorHandler(f : String -> Array<String> -> Bool) : Void
Back |
Index