Bug 133848 - Add CustomIndexedGetter extended IDL property.
Summary: Add CustomIndexedGetter extended IDL property.
Status: RESOLVED DUPLICATE of bug 133586
Alias: None
Product: WebKit
Classification: Unclassified
Component: Bindings (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 133847 133850
  Show dependency treegraph
 
Reported: 2014-06-13 06:10 PDT by Michal Debski
Modified: 2020-05-21 16:42 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michal Debski 2014-06-13 06:10:45 PDT
CustomIndexedGetter allows to customize binding for object's indexed getter. Already exists CustomNamedSetter, CustomIndexedSetter and CustomNamedGetter, but CustomIndexedGetter is missing. This is needed by Gamepad API to allow gamepad list to customize indexed getter to contain holes. Eg: [{"gamepad1", undefined, "gamepad3", undefined, ... , undefined].
Comment 1 Michal Debski 2014-06-23 00:24:42 PDT
No longer applies after:
https://webkit.org/b/133586
Comment 2 ChangSeok Oh 2020-05-21 16:42:18 PDT
This is addressed in 133586.

*** This bug has been marked as a duplicate of bug 133586 ***