mirror of
https://github.com/oven-sh/bun
synced 2026-02-13 20:39:05 +00:00
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>