|
|
|
|
|
by Raynos
5316 days ago
|
|
Object.getPrototypeOf(Child).constructor.apply(this, arguments);
Works, but is even more verbose. However if you use Object.getPrototypeOf on this you fail the recursive problem in nest super calls. Read the stackoverflow euestion |
|
I do think the Object.getPrototypeOf approach is feasible for methods.