diff options
Diffstat (limited to 'src/loadlib.js')
-rw-r--r-- | src/loadlib.js | 1 |
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(); |