Use scoped policy for micro tasks
This commit is contained in:
parent
9bc6302aea
commit
103fea5cdf
2 changed files with 7 additions and 5 deletions
|
@ -510,9 +510,10 @@ describe('chromium feature', function () {
|
|||
}).then((reader) => {
|
||||
reader.read().then((r) => {
|
||||
reader.cancel()
|
||||
done()
|
||||
})
|
||||
}).catch(function (e) {
|
||||
done()
|
||||
done(e)
|
||||
})
|
||||
})
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue