summaryrefslogtreecommitdiff
path: root/ext/fg/js/api.js
diff options
context:
space:
mode:
authorAlex Yatskov <alex@foosoft.net>2019-09-05 20:21:07 -0700
committerAlex Yatskov <alex@foosoft.net>2019-09-05 20:21:07 -0700
commitcfc6363a01ee00e89866c54709006d6f55d093de (patch)
treea03b1f79ba220e93c248ad8284fb01dc95b676a9 /ext/fg/js/api.js
parent5347da528bd07166b4686f45440d80a77f4888a3 (diff)
parentc53263158b22f4be8e54696c4675f360f1813de8 (diff)
Merge branch 'master' into testing
Diffstat (limited to 'ext/fg/js/api.js')
-rw-r--r--ext/fg/js/api.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/ext/fg/js/api.js b/ext/fg/js/api.js
index 99ad307c..6bcb0dbb 100644
--- a/ext/fg/js/api.js
+++ b/ext/fg/js/api.js
@@ -64,3 +64,7 @@ function apiScreenshotGet(options) {
function apiForward(action, params) {
return utilInvoke('forward', {action, params});
}
+
+function apiFrameInformationGet() {
+ return utilInvoke('frameInformationGet');
+}