1
0
mirror of https://github.com/c9fe/22120.git synced 2024-10-28 06:32:28 +01:00
22120/ext/bg_script.js
Cris Stringfellow 24ab9c8613 New
2021-11-03 04:51:04 +00:00

10 lines
254 B
JavaScript

import {save, load} from './storage.js';
import Archivist from '../archivist.js';
import {say} from '../common.js';
console.log("I am the background script.");
console.log({save, load, Archivist});
const {send, on} = Archivist.collect({mode:'save'});