ErrLookup › liabru/matter-js
liabru/matter-js
a 2D rigid body physics engine for the web ▲● ■ · JavaScript · 34 source files
Analyzed at acb99b6f87 on 2026-09-02. 17 documented errors.
| Code / Message | Type | Severity | Tags |
|---|---|---|---|
| Matter.Runner: missing required global window.requestAnimati | exception | error | environment, requestanimationframe, browser-api, node |
| Matter.Runner: missing required global window.cancelAnimatio | exception | error | environment, requestanimationframe, browser-api, node |
| Composite.add: skipped adding a compound body part (you must | console | warning | physics, body, compound, misuse |
| MouseConstraint.create: options.mouse was undefined, options | console | warning | input, mouse, configuration, misuse |
| Plugin.register: does not implement all required fields. | console | warning | plugin, validation, api-contract |
| Plugin.register: was upgraded to | console | info | plugin, versioning, duplicate |
| Plugin.register: can not be downgraded to | console | warning | plugin, versioning, duplicate |
| Plugin.register: is already registered to different plugin o | console | info | plugin, duplicate, module-loading |
| Plugin.use: does not specify any dependencies to install. | console | warning | plugin, configuration, empty-argument |
| Plugin.use: is for but installed on . | console | warning | plugin, versioning, misconfiguration |
| Plugin.use: does not specify an install function. | console | warning | plugin, api-misuse |
| Plugin.dependencies: does not satisfy used by . | console | warning | plugin, semver, dependency-resolution |
| Plugin.dependencies: used by could not be resolved. | console | warning | plugin, dependency-resolution |
| Plugin.dependencyParse: is not a valid dependency string. | console | warning | plugin, parsing, semver |
| Plugin.versionParse: is not a valid version or range. | console | warning | plugin, parsing, semver |
| Bodies.trapezoid: slope parameter must be < 1. | console | warning | geometry, parameter-validation, bodies |
| Svg.pathToVertices: SVGPathSeg not defined, a polyfill is re | console | error | svg, browser-compatibility, polyfill |