Link to both features in caniuse

This commit is contained in:
Ingvar Stepanyan
2022-02-09 16:55:03 +00:00
parent 52155461a9
commit 9f3dc533af

View File

@@ -1,7 +1,7 @@
document.body.innerHTML = ` document.body.innerHTML = `
<div class="center-parent"> <div class="center-parent">
<div class="center"> <div class="center">
<p>⚠ This browser is not supported: the application relies on <a href="https://caniuse.com/webusb">WebUSB</a> and <a href="https://caniuse.com/import-maps">Import Maps</a>. <p>⚠ This browser is <a href="https://caniuse.com/webusb,import-maps">not supported</a>.
<p>Don't know how you got here? Check out the <a href="https://web.dev/porting-libusb-to-webusb/">blog post</a> or the <a href="https://github.com/GoogleChromeLabs/web-gphoto2">repo</a>! <p>Don't know how you got here? Check out the <a href="https://web.dev/porting-libusb-to-webusb/">blog post</a> or the <a href="https://github.com/GoogleChromeLabs/web-gphoto2">repo</a>!
</div> </div>
</div> </div>