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