🛠Loads a text file from the specified url.
Using await to get the loaded text as a string is recommended.
await
text file
an object containing the loaded text in the property obj.text or use await to get the text string directly
obj.text
🛠Loads a text file from the specified url.
Using
awaitto get the loaded text as a string is recommended.