88
edits
| Line 72: | Line 72: | ||
* Is there a better way to pass in flags than setting bits in an integer parameter? | * Is there a better way to pass in flags than setting bits in an integer parameter? | ||
* Error handling in XHR (due to historical reasons) is a weird mix involving readyState, httpResponseState (going back to 0) and exceptions; we should do better than that. | * Error handling in XHR (due to historical reasons) is a weird mix involving readyState, httpResponseState (going back to 0) and exceptions; we should do better than that. | ||
* Do we need a way to abort a request? | |||
edits