How can you open files without Node.js?
How can you open files without Node.js? I am currently trying to open files without Node.js. Unfortunately, it doesn't work.
Voters
Coder100 (17027)
use fetch.
In a javascript web environment, you can only read files.
98129182 (8)
@Coder100 Thats what I need! I'll look into the repl you sent me.
https://replit.com/@Coder100/SatisfiedSmallCensorware-reading-a-file#script.js
@Coder100 Much simpler than I thought! Thank you for answering pretty much all of my questions!
np! @98129182