Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is Android's JavaScript environment documented?

I'm looking for a JavaScript reference for Android's JavaScript environment, the objects provided by the browser, similar to the Mozilla Developer Center. Where is it?

I'm really looking for the browser documentation, specifically which XMLHttpRequest extensions have been implemented.

like image 600
joeforker Avatar asked Aug 05 '26 03:08

joeforker


1 Answers

There is no such thing. However, it is well-implemented, so the spec will serve you well.

EDIT: Regarding the browser's javascript environment, there exists no such documentation.

But see this question for related info about the DOM and its documentation or lack thereof.

like image 92
Tamzin Blake Avatar answered Aug 06 '26 16:08

Tamzin Blake