Try this version of LzHTTPLoader and see if it still gets that error in Firefox about messing with a native object.
I moved the code to null out the pointer to the XMLHTTPRequest to come before it makes the callback to user code. I think there was some sort of race condition where the user code was issuing a new data load request while the onreadystate callback from XMLHTTPRequest was still executing.
LzHTTPLoader.js
Description: JavaScript source
_______________________________________________ Laszlo-dev mailing list [email protected] http://www.openlaszlo.org/mailman/listinfo/laszlo-dev
