We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c877235 commit be010f8Copy full SHA for be010f8
src/scripts/index.ts
@@ -38,7 +38,7 @@ window.addEventListener("load", () => {
38
});
39
40
if (!navigator.canShare()) {
41
- warn("Web Share API not supported :(");
+ console.log("Web Share API not supported :(");
42
}
43
44
browser = new PhotoBrowser($elements.get("browser") as HTMLInputElement);
0 commit comments