When I try to use Bluetooth to control a device through a React Typescript application, a security error occurs.
ERROR: SecurityError: Failed to execute 'requestDevice' on 'Bluetooth': Access to the feature "bluetooth" is disallowed by permissions policy.
It seems Replit does not allow to use Bluetooth. Is there another way to access the Bluetooth devices or change that permission?