leetreveil / musicmetadata

Streaming music metadata parser for node and the browser.
561 stars 66 forks source link

Replace then/recursion with async/await #154

Closed Borewit closed 5 years ago

Borewit commented 5 years ago

To eliminate side effects caused by to many levels of recursion, I replaced traditional promise/then structures with async/await.

Borewit commented 5 years ago

Wrong repo, corrected PR.