How do I stop, abort or cancel ApplyBindings durin

2019-07-23 12:28发布

问题:

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.

回答1:

No.

There is no feature in KO to abort or cancel an in-progress applyBindings call.