From 7b59774b34b18b8a3f029f9c7d811cb3aa9536cc Mon Sep 17 00:00:00 2001 From: Richard Lewis Date: Thu, 28 Dec 2017 17:08:50 +0000 Subject: [PATCH] Update comment. --- src/WidgetMessaging.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/WidgetMessaging.js b/src/WidgetMessaging.js index 2ca8589b54..37dd6b8be4 100644 --- a/src/WidgetMessaging.js +++ b/src/WidgetMessaging.js @@ -132,7 +132,7 @@ screenshot ---------- Request a screenshot from the widget (if supported). -This can only be supported by widgets that have access to all of their DOM tree. +This can currently only be supported by widgets that have access to all of their DOM tree. For example, widgets that nest further levels of iframes can not support this. The screenshot is returned as a Blob object.