feat(js-sandbox): expose atob & btoa functions for Node.js (#3724)
Co-authored-by: jamesgeorge007 <jamesgeorge998001@gmail.com>
This commit is contained in:
@@ -1256,5 +1256,11 @@
|
||||
"!type": "fn(value: ?) -> bool"
|
||||
}
|
||||
}
|
||||
},
|
||||
"btoa": {
|
||||
"!type": "fn(data: string) -> string"
|
||||
},
|
||||
"atob": {
|
||||
"!type": "fn(data: string) -> string"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user