MCPcopy Index your code
hub / github.com/pyscript/pyscript / onerror

Function onerror

core/src/core.js:323–325  ·  view source on GitHub ↗
(error, element)

Source from the content-addressed store, hash-verified

321 env: `${TYPE}-script`,
322 parser: parser && new URL(parser, location.href).href,
323 onerror(error, element) {
324 errors.set(element, error);
325 },
326 });
327
328 customElements.define(

Callers

nothing calls this directly

Calls 1

setMethod · 0.45

Tested by

no test coverage detected