-
Type: New Feature
-
Resolution: Won't Fix
-
Priority: Minor - P4
-
None
-
Affects Version/s: None
-
Component/s: JavaScript, Networking, Usability
-
None
-
Environment:All
-
Fully Compatible
Leveraging JavaScript is awesome, but I'm needing a way to make an HTML post.
Having XMLHttpRequest would be great so I can push data from the DB instead of always pulling data from the client.
I've seen sample code of how someone has put XMLHttpRequest into V8.
2 possible fixes:
- Add a native XMLHttpRequest as part of a future build
- Add a way to add external modules without having to recompile mongo