[fix] worker
This commit is contained in:
@@ -80,7 +80,8 @@ const whitelist = [
|
|||||||
|
|
||||||
const evaluation = globaly.eval
|
const evaluation = globaly.eval
|
||||||
|
|
||||||
const prop = Object.getOwnPropertyNames( globaly ).concat( Object.getOwnPropertyNames( this ))
|
const propa = Object.getOwnPropertyNames( this ?? {} )
|
||||||
|
const prop = Object.getOwnPropertyNames( globaly ).concat( propa)
|
||||||
prop.push(
|
prop.push(
|
||||||
//unsafe apis
|
//unsafe apis
|
||||||
'open',
|
'open',
|
||||||
|
|||||||
Reference in New Issue
Block a user