summaryrefslogtreecommitdiffstats
path: root/devtools/client/webconsole/test/browser/test-message-categories-workers.js
blob: eb727c732156c04290a1c89301371aea2d370744 (plain)
1
2
3
4
5
6
7
8
9
10
11
/* Any copyright is dedicated to the Public Domain.
 * http://creativecommons.org/publicdomain/zero/1.0/ */

/* global fooBarWorker*/
/* eslint-disable no-unused-vars*/

"use strict";

var onmessage = function () {
  fooBarWorker();
};