I'm writing some helpers for my own web app, and decided to write it up with Nim JS support.
And reading karax source code for finding how to fetch in Nim. I found `ajaxGET` and inside that proc, there `newRequest` has been called, but I canNot find where 'newRequet' defined. Any one could help? `newRequest` definition OR where is howto compile fetch document.