mirror of
https://github.com/HackPlan/atom-shell.git
synced 2026-04-22 19:14:00 +08:00
Add spec for #308.
This commit is contained in:
@@ -60,3 +60,8 @@ describe 'chromium feature', ->
|
||||
assert.equal global.changedByIframe, true
|
||||
done()
|
||||
setTimeout isChanged, 30
|
||||
|
||||
describe 'creating a Uint8Array under browser side', ->
|
||||
it 'does not crash', ->
|
||||
RUint8Array = require('remote').getGlobal 'Uint8Array'
|
||||
new RUint8Array
|
||||
|
||||
Reference in New Issue
Block a user