Request termination for XHR

This commit is contained in:
Manish Goregaokar 2014-06-14 01:49:08 +05:30
parent 54f01aa4f4
commit f558f9aad0
6 changed files with 239 additions and 89 deletions

View file

@ -28,7 +28,9 @@ pub enum Error {
NamespaceError,
InvalidAccess,
Security,
Network
Network,
Abort,
Timeout
}
pub type Fallible<T> = Result<T, Error>;