How to read the file line by line without nodejs

Viewed 30

I am trying to look for a way to read an external (linked) file using Javascript, but all I keep finding is how to do it with Node Js, which I cannot have. The file is going to have a custom extension (.cotag), because I want to try to create my own language.

Thanks in advance!

0 Answers
Related