-1:000000000000 | 0:b13149bef48f |
---|---|
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 | |
3 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ | |
4 | |
5 #include "nsISupports.idl" | |
6 | |
7 [scriptable, uuid(c04f3102-1ce8-4d57-9c27-8aece9c2740a)] | |
8 interface nsIWorkerHolder : nsISupports | |
9 { | |
10 readonly attribute jsval worker; | |
11 }; |