Relative Content

Tag Archive for jint

How to make http rest requests within Jint script

I have an applicaton that runs hundreds of javascripts with jint generaly. Some of this scripts hava now the need of making outside requests. Without Jint, I would just make a simple fetch(), get the response and use the response as I need.