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

11 lines 256 B
/** * @file defines constants used in the test environment */ // this defines a list of endpoints // used for testing export const URLARRAY = [ 'http://requestb.in/', 'http://respondto.it/', 'http://httpbin.org/', 'http://putsreq.com' ];