mirror of
https://github.com/c9fe/22120.git
synced 2024-11-15 07:22:28 +01:00
10 lines
254 B
JavaScript
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'});
|
|
|