3

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.

joeforker
  • 40,459
  • 37
  • 151
  • 246

1 Answers1

2

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.

Community
  • 1
  • 1
Tamzin Blake
  • 2,594
  • 20
  • 36