Bumping manifests a=b2g-bump
[gecko.git] / dom / webidl / WorkerNavigator.webidl
bloba0be8137fa071a3749c67a48ad6d28515f0e799f
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/. */
6 [Exposed=Worker]
7 interface WorkerNavigator {
8 };
10 WorkerNavigator implements NavigatorID;
11 WorkerNavigator implements NavigatorOnLine;
12 WorkerNavigator implements NavigatorDataStore;