Closed dehghani-mehdi closed 1 year ago
Hi @dehghani-mehdi,
Those functions are part of the Web API, typically provided by web browsers, whereas ClearScript provides only the standard set of JavaScript built-ins.
Thanks!
Thank you @ClearScriptLib
Actually, after I posted this issue, I could resolve the issue by adding a custom implementation of these two methods to the main js code.
I tried to run a script that uses
btoa
andatob
methods, but I gotnot defined error
for this two. I'm usingV8
on windows.Here is my code: