UNPKG

jsworkerutils

Version:

Helper class that improves the the loading processes, an implementation of multithreaded JS # Development Guide ## About - This library is meant to be a node packaged module that optimize concurrent api requests and simplify as much as possible , the li

12 lines 297 B
/** * @file defines constants used in the test environment */ // this defines a list of endpoints // used for testing export var URLARRAY = [ 'http://requestb.in/', 'http://respondto.it/', 'http://httpbin.org/', 'http://putsreq.com' ]; //# sourceMappingURL=test-constants.js.map