Haxe/js API documentation
To get started with the Haxe js target:
- Read through the Haxe Manual
- Read the Haxe/JavaScript target details
- Find and install popular Haxe/js libraries
- Learn by example with the Haxe Code Cookbook
package js
| .. | |
|---|---|
| html | |
| lib | |
| Browser | |
| Cookie | |
| Date | Creates a JavaScript Date instance that represents a single moment in time. Date objects are based on a time value that is the number of milliseconds since 1 January 1970 UTC. |
| Error | |
| EvalError | |
| Function | |
| JsIterator | JsIterator is prefixed with Js to avoid name clashes with standard Iterator structure. |
| JsIteratorStep | Object returned by |
| Lib | Platform-specific JavaScript Library. Provides some platform-specific functions for the JavaScript target. |
| Map | The (native) JavaScript Map object holds key-value pairs. Any value (both objects and primitive values) may be used as either a key or a value. |
| MapEntry | Key/value access helper for |
| Object | The |
| ObjectPropertyDescriptor | See also: |
| ObjectPrototype | Type for |
| Promise | The Promise object represents the eventual completion (or failure) of an asynchronous operation and its resulting value. |
| PromiseHandler | Handler type for the Promise object. |
| RangeError | |
| ReferenceError | |
| RegExp | Native JavaScript regular expressions. |
| RegExpMatch | |
| Selection | |
| Set | The |
| Symbol | |
| Syntax | Generate JavaScript syntax not directly supported by Haxe. Use only at low-level when specific target-specific code-generation is required. |
| SyntaxError | |
| Thenable | A value with a |
| ThenableStruct | |
| TypeError | |
| URIError | |