You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is usage of the delete operator in the method add (browser/queue.js). This construction is not valid in the strict mode so it leads to fail when FuncUnit is imported as a ES6 module.
add=function(handler,error,context){if(handlerinstanceofFunction){if(typeoferror==='object'){context=error;deleteerror;}error=(error&&error.toString())||'Custom method has failed.';
Found in the npm version 3.7.0
The text was updated successfully, but these errors were encountered:
There is usage of the
delete
operator in the methodadd
(browser/queue.js). This construction is not valid in thestrict mode
so it leads to fail when FuncUnit is imported as a ES6 module.Found in the npm version 3.7.0
The text was updated successfully, but these errors were encountered: