I know there is no callback mechanism i can hook into... but can I cancel or abort an applyBindings
call?
This is important if for example I have asynchronous calls happening to collect component templates etc.
I know there is no callback mechanism i can hook into... but can I cancel or abort an applyBindings
call?
This is important if for example I have asynchronous calls happening to collect component templates etc.
No.
There is no feature in KO to abort or cancel an in-progress applyBindings
call.