We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tiny-worker/lib/index.js
Line 31 in bc1edc8
doing a little hack...
var debugVars = process.execArgv ? process.execArgv.filter(function (execArg) { return (/(debug|inspect)/.test(execArg)); }) : [];
I got this another error:
TypeError: fork is not a function
Line 75 in bc1edc8
Someone can help?
The text was updated successfully, but these errors were encountered:
Hi @Alynva, what's the point of the change? process.execArgv is always an array.
process.execArgv
Sorry, something went wrong.
Googling it, I found this comment: facebook/create-react-app#3032 (comment)
Than I suppose that tiny-worker is only for NodeJS and not to use in browser environment.
ah, yes that is the case. it was meant to mimic a Worker for node.
Worker
No branches or pull requests
tiny-worker/lib/index.js
Line 31 in bc1edc8
doing a little hack...
I got this another error:
TypeError: fork is not a function
tiny-worker/lib/index.js
Line 75 in bc1edc8
Someone can help?
The text was updated successfully, but these errors were encountered: