mirror of
https://github.com/mdn/webextensions-examples.git
synced 2026-04-16 06:18:35 +02:00
3 lines
100 B
JavaScript
3 lines
100 B
JavaScript
// Import and synchronously execute other JavaScript files.
|
|
importScripts("storage.js", "auth.js");
|