Hi! In Request.HTML I find examples that uses undocumented (I think) syntax. For example the get/post methods:
var myHTMLRequest = new Request.HTML().get('myPage.html');
var myHTMLRequest = new
Request.HTML({url:'myPage.html'}).post('user_id=25&save=true');
I can't find them in any docs.
Is there a place where I can find a really complete Request.HTML an
Request documentation?
Or am I missing something?
Bye
