Tom Wenzheng Tang
Results
21
issues of
Tom Wenzheng Tang
```js const xhr = new XMLHttpRequest(); xhr.open('GET', 'http://example.com'); ... // Set HTTP proxy xhr.proxy = 'http://localhost:5001'; xhr.send(); ```