tessl install tessl/npm-xmlhttprequest@1.8.0XMLHttpRequest for Node.js that emulates the browser XMLHttpRequest object
Agent Success
Agent success rate when using this tile
75%
Improvement
Agent success rate improvement when using this tile compared to baseline
1.15x
Baseline
Agent success rate without this tile
65%
Generated
Agent Claude Code
Scenario 1
Synchronous XHR requests via child process
Scenario 2
Response handling with status/text and chunk-driven LOADING updates
Scenario 3
Spec-compliant header setting and retrieval
Scenario 4
ReadyState lifecycle with readystatechange/load events
Scenario 5
Header blacklist override to allow forbidden headers
Scenario 6
Custom event listener management through add/remove/dispatch
Scenario 7
Streaming progress via repeated LOADING callbacks
Scenario 8
Async HTTP requests for GET/POST/PUT/DELETE/HEAD
Scenario 9
Local file GET support over file:// protocol
Scenario 10
Automatic redirect following for 301/302/303/307