Skip to content

API to augment getters/setters #4

Description

@doubleactii

While accessing

sound.volume = 5;
console.log(sound.volume);

works.

It doesn't feel as good as accessing something like

sound.setVolume(5);
console.log(sound.getVolume());

I propose we make API to help augment these getters/setters.

Metadata

Metadata

Assignees

Labels

Priority: MediumAn issue with medium priority.Status: To doA planned feature.Type: Quick AdjustmentAn issue that can be solved quickly, usually a typo.good first issueCommunity support is welcomed on this issue. An issue that is recommended for new contributors.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions