mirror of
https://github.com/electron/electron.git
synced 2026-05-02 03:00:22 -04:00
Use scoped policy for micro tasks
This commit is contained in:
@@ -510,9 +510,10 @@ describe('chromium feature', function () {
|
||||
}).then((reader) => {
|
||||
reader.read().then((r) => {
|
||||
reader.cancel()
|
||||
done()
|
||||
})
|
||||
}).catch(function (e) {
|
||||
done()
|
||||
done(e)
|
||||
})
|
||||
})
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user