Bug 1870926 [wpt PR 43734] - Remove experimental ::details-summary pseudo-element...
[gecko.git] / toolkit / components / reader / ReaderWorker.sys.mjs
blob16c47c45ddae2fe8e233f5290561857844524d8a
1 /* This Source Code Form is subject to the terms of the Mozilla Public
2  * License, v. 2.0. If a copy of the MPL was not distributed with this file,
3  * You can obtain one at http://mozilla.org/MPL/2.0/. */
5 /**
6  * Interface to a dedicated thread handling readability parsing.
7  */
9 import { BasePromiseWorker } from "resource://gre/modules/PromiseWorker.sys.mjs";
11 export var ReaderWorker = new BasePromiseWorker(
12   "resource://gre/modules/reader/Reader.worker.js"