Source code

Revision control

Copy as Markdown

Other Tools

/* Any copyright is dedicated to the Public Domain.
"use strict";
module.exports = {
attachRefToWebConsoleUI: () => {},
emitForTests: () => {},
onViewSourceInDebugger: () => {},
onViewSourceInStyleEditor: () => {},
openNetworkPanel: () => {},
resendNetworkRequest: () => {},
sourceMapURLService: {
subscribeByURL: () => {
return () => {};
},
subscribeByID: () => {
return () => {};
},
subscribeByLocation: () => {
return () => {};
},
},
openLink: () => {},
// eslint-disable-next-line react/display-name
createElement: tagName => document.createElement(tagName),
};