-
Notifications
You must be signed in to change notification settings - Fork 199
Closed
Labels
Description
Since I just saw 546849f with the updated readme and options, we need to make sure the options have a clear purpose:
path(legacyEvalPath): Will be defined in node.js environment (since it's needed anyways), but will default to null in browser environments. If the path is set, it will fall back to this file in case of a cross-site-origin restriction (i.e. IE10). It will therefore merge the meaning with the currentie10shimoption.maxWorkers: Is obvious and will stay this way.synchronous: If webworkers are not available at all (i.e. IE < 10, etc), fall back to synchronous operations (with an initial setTimeout, currently no setTimeouts afterwards, they may be possible with .map() though).
Ping: @adambom - Please add the remaining options to the readme.