You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hmm, according to the spec ontimeout can only be triggered if the timeout property is changed from the default of 0 (no timeout), which corslite doesn't do. onabort is triggered for abort() and possibly (?) in other cases -- the spec says "for instance".
Currently these will throw an error if they're ever triggered (undefined
evt
variable).The text was updated successfully, but these errors were encountered: