DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
| ActionScript | JavaScript + Closure annotation | Notes |
|---|---|---|---|
ArgumentError | ArgumentError | ArgumentError | We implement a utility class in the global namespace... TODO |
Array | Array | Array | Not sure if all properties and methods of AS Array class map to the JS Array class... TODO |
Class | - | - | |
Date | Date | Date | The JS class seems to be missing all the properties that the AS class offers. The methods on both classes match, AFAICT... TODO |
DefinitionError | DefinitionError | DefinitionError | We implement a utility class in the global namespace... TODO |
Error | Error | Error | There is no 'errorID' property on the JS Error class... TODO |
EvalError | EvalError | EvalError | Not sure if all JS VM implementations support this... |
int | int | int | A utility class based on the JS Number class... TODO |
JSON | JSON | JSON | How about support for "older" browsers? Do we provide "if not JSON, add custom JSON to window object"? |
Namespace | Namespace | Namespace | We implement a utility class in the global namespace... TODO |
|
|
|
|