2013-07-24 07:38:23 +00: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-05 02:20:34 +00:00
|
|
|
|
|
|
|
[Exposed=Worker]
|
2013-07-24 07:38:23 +00:00
|
|
|
interface WorkerNavigator {
|
|
|
|
};
|
2013-11-20 14:29:01 +00:00
|
|
|
|
|
|
|
WorkerNavigator implements NavigatorID;
|
2014-09-05 14:26:34 +00:00
|
|
|
WorkerNavigator implements NavigatorLanguage;
|
2013-11-19 23:08:50 +00:00
|
|
|
WorkerNavigator implements NavigatorOnLine;
|
2014-02-24 13:57:15 +00:00
|
|
|
WorkerNavigator implements NavigatorDataStore;
|