https://github.com/mootools/mootools-core/blob/master/Source/Browser/Browser.js#L67-92
There's a chance your using some obscure browser that doesn't support any of these constructors as well... But that's doubtful. On Apr 25, 2011, at 2:53 PM, Sanford Whiteman wrote: >> Also, the Request line works fine if I do it outside of my Ajax class >> definition. > > Did you define a Browser object somewhere? > > From your error, it seems like the Browser.Request that is in the > nearest scope isn't even the Moo Browser.Request (which is a > constructor, albeit not the one you want). > > -- S. >
