corslite icon indicating copy to clipboard operation
corslite copied to clipboard

test onabort/ontimeout cases

Open jfirebaugh opened this issue 12 years ago • 1 comments

Currently these will throw an error if they're ever triggered (undefined evt variable).

jfirebaugh avatar Apr 09 '13 17:04 jfirebaugh

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".

jfirebaugh avatar Apr 09 '13 17:04 jfirebaugh