From 229e86f6086f90f5c132b4a11e5922de899dbb21 Mon Sep 17 00:00:00 2001 From: jahoti Date: Sun, 11 Jul 2021 00:00:00 +0000 Subject: Integrate browser.js into exports_init.js, and streamline the result --- common/browser.js | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 common/browser.js (limited to 'common') diff --git a/common/browser.js b/common/browser.js deleted file mode 100644 index e50a121..0000000 --- a/common/browser.js +++ /dev/null @@ -1,23 +0,0 @@ -/** - * Myext WebExtension API access normalization - * - * Copyright (C) 2021 Wojtek Kosior - * Redistribution terms are gathered in the `copyright' file. - */ - -/* - * This module normalizes access to WebExtension apis between - * chrome-based and firefox-based browsers. - */ - -const is_mozilla = typeof window.browser === "object"; -const is_chrome = !is_mozilla; -const browser = window[is_chrome ? "chrome" : "browser"]; - -/* - * EXPORTS_START - * EXPORT browser - * EXPORT is_chrome - * EXPORT is_mozilla - * EXPORTS_END - */ -- cgit v1.2.3