[fix] worker

This commit is contained in:
kwaroran
2023-11-29 02:59:41 +09:00
parent d2b481be1a
commit 5597b8a637

View File

@@ -80,7 +80,8 @@ const whitelist = [
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(
//unsafe apis
'open',