machty / ember-concurrency

ember-concurrency is an Ember Addon that enables you to write concise, worry-free, cancelable, restartable, asynchronous tasks.
http://ember-concurrency.com
MIT License
690 stars 157 forks source link

Remove regenerator docs that link to an old article #332

Closed maxfierke closed 4 years ago

maxfierke commented 4 years ago

As raised in #328, the link is no longer active. Since 2016, browser support for generators is quite good (caniuse has it at ~93%). The need for the regenerator is relegated primarily to IE11, which by default is only enabled for production builds in the default Ember-CLI configuration.

Resolves #328