Skip to content
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.

Linux failing bluetooth check from creeps #55

Closed
blakebyrnes opened this issue Mar 25, 2023 · 0 comments
Closed

Linux failing bluetooth check from creeps #55

blakebyrnes opened this issue Mar 25, 2023 · 0 comments

Comments

@blakebyrnes
Copy link
Contributor

Invocation Failed error from emulation

const getBluetoothAvailability = () => attempt(() => {
			if (
				!('bluetooth' in navigator) ||
				// @ts-ignore
				!navigator.bluetooth ||
				// @ts-ignore
				!navigator.bluetooth.getAvailability) {
				return undefined
			}
			// @ts-ignore
			return navigator.bluetooth.getAvailability()
		}, 'bluetoothAvailability failed')

image

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant