MCPcopy Create free account
hub / github.com/dozoisch/react-async-script / constructor

Method constructor

src/async-script-loader.js:17–21  ·  view source on GitHub ↗
(props, context)

Source from the content-addressed store, hash-verified

15
16 class AsyncScriptLoader extends Component {
17 constructor(props, context) {
18 super(props, context);
19 this.state = {};
20 this.__scriptURL = "";
21 }
22
23 asyncScriptLoaderGetScriptLoaderID() {
24 if (!this.__scriptLoaderID) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected