Some platforms don't support Bluetooth LE at all. Others support it conditionally depending on whether a radio is attached. getAvailability() covers the second group of platforms, and can be used to cover the first, but it might be simpler for developers to be able to treat no-Bluetooth platforms they same as they treat no-Bluetooth browsers.
w3c/web-share#8 and whatwg/notifications#81 propose this strategy for two other specs.
@slightlyoff @PaulKinlan @RByers