Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(process): ensure explicit array buffer casting in
workerRequest
Updated the type casting in the `workerRequest` function to explicitly cast `parameter.buffer` as `ArrayBuffer` when pushing to the transfer list. This change addresses type-checking improvements introduced in the latest TypeScript version, ensuring that the code complies with stricter type safety standards.
- Loading branch information