paulbartrum / jurassic

A .NET library to parse and execute JavaScript code.
MIT License
868 stars 121 forks source link

hi Jurassic.JavaScriptException' 형식의 예외가 Jurassic.dll에서 발생했습니다. ReferenceError: window is not defined #195

Closed netilovefm1 closed 3 years ago

netilovefm1 commented 3 years ago

I tried to jsp (window.function)

but jurassic can't use window directly , are there any way to use jsp window func?

Jurassic.JavaScriptException' 형식의 예외가 Jurassic.dll에서 발생했습니다. ReferenceError: window is not defined

paulbartrum commented 3 years ago

Sorry, window refers to browser functionality and the intent of Jurassic is just to create a javascript engine, not an entire web browser. 🌐