2013-07-24 00:38:23 -07:00
|
|
|
/* This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
|
|
|
|
2014-08-04 19:20:34 -07:00
|
|
|
|
|
|
|
[Exposed=Worker]
|
2013-07-24 00:38:23 -07:00
|
|
|
interface WorkerNavigator {
|
|
|
|
};
|
2013-11-20 06:29:01 -08:00
|
|
|
|
|
|
|
WorkerNavigator implements NavigatorID;
|
2014-09-05 07:26:34 -07:00
|
|
|
WorkerNavigator implements NavigatorLanguage;
|
2013-11-19 15:08:50 -08:00
|
|
|
WorkerNavigator implements NavigatorOnLine;
|
2014-02-24 05:57:15 -08:00
|
|
|
WorkerNavigator implements NavigatorDataStore;
|