ZoneSpecification should be extendable #15109
Labels
area-core-library
SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries.
closed-as-intended
Closed as the reported issue is expected behavior
library-async
type-enhancement
A request for a change that isn't a bug
It would be very useful to be able to extend ZoneSpecification and override its handlers. Calling [new ZoneSpecification] can be useful when relatively few functions are being declared, but for larger specifications it gets very unwieldy.
There are currently two major obstacles to this:
* ZoneSpecification's constructors are both factories.
The text was updated successfully, but these errors were encountered: