📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-06-30 16:00:52
📂
/ (Root)
/
home
/
orkouolp
/
nodevenv
/
node_js
/
orkofarms.com
/
18
/
lib
/
node_modules
/
@protobufjs
/
fetch
/
tests
📍 /home/orkouolp/nodevenv/node_js/orkofarms.com/18/lib/node_modules/@protobufjs/fetch/tests
🔄 Refresh
✏️
Editing: index.js
Writable
var tape = require("tape"); var fetch = require(".."); tape.test("fetch", function(test) { if (typeof Promise !== "undefined") { var promise = fetch("NOTFOUND"); promise.catch(function() {}); test.ok(promise instanceof Promise, "should return a promise if callback has been omitted"); } // TODO - some way to test this properly? test.end(); });
💾 Save Changes
❌ Cancel