feat(js-sandbox): add pw.env.unset method (#3677)
Co-authored-by: jamesgeorge007 <jamesgeorge998001@gmail.com>
This commit is contained in:
@@ -8,7 +8,8 @@
|
||||
"value": "?",
|
||||
"writable": "bool",
|
||||
"get": "fn() -> ?",
|
||||
"set": "fn(value: ?)"
|
||||
"set": "fn(value: ?)",
|
||||
"unset": "fn(value: ?)"
|
||||
},
|
||||
"Promise.prototype": {
|
||||
"catch": {
|
||||
|
||||
Reference in New Issue
Block a user