aboutsummaryrefslogtreecommitdiff
path: root/src/loadlib.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/loadlib.js')
-rw-r--r--src/loadlib.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/loadlib.js b/src/loadlib.js
index 147b942..aa7a372 100644
--- a/src/loadlib.js
+++ b/src/loadlib.js
@@ -207,7 +207,6 @@ if (typeof process !== "undefined") { // Only with Node
return true;
};
} else {
- /* TODO: use async/await ? */
readable = function(path) {
path = to_uristring(path);
let xhr = new XMLHttpRequest();