Files
Claude Bot 214987bfe2 feat: Add XMLHttpRequest stub implementation
This is a partial implementation that:
- Creates XMLHttpRequest C++ class with basic structure
- Implements JSXMLHttpRequest bindings
- Adds Zig integration stubs for network operations
- Registers XMLHttpRequest with ZigGlobalObject
- Builds successfully but not yet exposed globally

TODO:
- Complete network integration with FetchTasklet
- Expose XMLHttpRequest to global object
- Implement actual HTTP request functionality
- Add response handling

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-10 04:17:52 +00:00
..
2025-09-03 18:59:15 -07:00
2025-08-27 06:39:11 -07:00
2025-09-04 14:45:18 -07:00