I am trying to use this trial in a web Worker, we need to improve the performance before moving to a commercial license.
Following a few issues (#12) (#45)
I added:
// BRF/brf_wasm/BRFv4_JS_TK210219_v4.2.0_trial.js
require('os') // added
require('https') // added
...
var ENVIRONMENT_IS_WORKER = true; //modified
...
module.exports = initializeBRF // added
But when I initializeBRF({...}) an error is thrown:

The same error whith JS and WASM versions.