MCPcopy Create free account
hub / github.com/dabbott/javascript-playgrounds / throwError

Method throwError

components/player/Sandbox.js:107–113  ·  view source on GitHub ↗
(message)

Source from the content-addressed store, hash-verified

105 }
106
107 throwError(message) {
108 parent.postMessage(JSON.stringify({
109 id: this.props.id,
110 type: 'error',
111 payload: message,
112 }), '*')
113 }
114
115 require = (fileMap, entry, name) => {
116 const {_requireCache} = window

Callers 3

player-bundle.jsFile · 0.80
componentDidMountMethod · 0.80
runApplicationMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected