async-json icon indicating copy to clipboard operation
async-json copied to clipboard

Possibility of using streams or observables instead of promises

Open mohsen1 opened this issue 10 years ago • 0 comments

This idea is mostly coming from this thread in Twitter. Because Promises are not cancelable and there could be cases that user wants to cancel the parse or stringify method for other reasons while it's being processes maybe we should not use promises and use streams or observables instead.

mohsen1 avatar Aug 10 '15 21:08 mohsen1