diff --git a/app-media-image-capture.html b/app-media-image-capture.html
index b293d3b..1499315 100644
--- a/app-media-image-capture.html
+++ b/app-media-image-capture.html
@@ -342,6 +342,16 @@
torch: {
type: Boolean,
value: null
+ },
+
+ /**
+ * Indicates whether `MediaStream Image Capture API` is supported or not.
+ */
+ apiSupported: {
+ type: Boolean,
+ readOnly: true,
+ notify: true,
+ value: 'ImageCapture' in window
}
},