Source code
Revision control
Copy as Markdown
Other Tools
/* eslint-disable no-undef */
// Trigger a deprecation report from the worker.
new TestingDeprecatedInterface();
postMessage("done");
/* eslint-disable no-undef */
// Trigger a deprecation report from the worker.
new TestingDeprecatedInterface();
postMessage("done");