Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: remove deprecated Function.prototype.caller reference (#3806)
* fix: remove deprecated Function.prototype.caller reference https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Errors/Deprecated_caller_or_arguments_usage note: this may cause bugs if you execute operations quickly enough that one does not complete before the other. to ameliorate, ensure that the last operation request is complete before executing another
- Loading branch information