stylus/background/background-worker.js
2018-09-25 17:34:54 +08:00

13 lines
182 B
JavaScript

importScripts('/js/worker-util.js');
const {loadScript, createAPI} = workerUtil;
createAPI({
parseMozFormat(code) {
},
compileUsercss(style, allowErrors = false) {
}
});