aboutsummaryrefslogtreecommitdiffstats
path: root/extension
diff options
context:
space:
mode:
Diffstat (limited to 'extension')
-rw-r--r--extension/background.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/extension/background.js b/extension/background.js
index da4e37b..10b99a0 100644
--- a/extension/background.js
+++ b/extension/background.js
@@ -275,7 +275,8 @@ router["/tabs/by-id/*/control"] = {
// see https://developer.chrome.com/extensions/tabs
await browser.tabs[command](tabId);
return {size: stringToUtf8Array(buf).length};
- }
+ },
+ async truncate({path, size}) { return {}; }
};
router["/tabs/by-title"] = {