blob: e52f5541a3849007f0ebbdacdd007bd2dd2beb97 [file] [log] [blame]
PASS compileStreaming() on an already-aborted request should reject with AbortError
PASS compileStreaming() synchronously followed by abort should reject with AbortError
PASS compileStreaming() asynchronously racing with abort should succeed or reject with AbortError
PASS instantiateStreaming() on an already-aborted request should reject with AbortError
PASS instantiateStreaming() synchronously followed by abort should reject with AbortError
PASS instantiateStreaming() asynchronously racing with abort should succeed or reject with AbortError