Bug 1885602 - Part 5: Implement navigating to the SUMO help topic from the menu heade...
[gecko.git] / dom / webidl / WorkerTestUtils.webidl
blob9c1ae319260c9f09c1c559310060cfea454c6f6e
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/. */
5 [Exposed=Worker, Pref="dom.workers.testing.enabled"]
6 namespace WorkerTestUtils {
7   [Throws]
8   unsigned long currentTimerNestingLevel();
9 };