Skip to content

Standard-compliant getters

The non-standard __defineGetter__ calls are scattered through the code. These can be safely replaced with standard Object.defineProperty.

Merge request reports

Loading