Rick Waldron (2013-12-28T22:53:39.000Z)
domenic at domenicdenicola.com (2014-01-08T22:19:50.178Z)
On Saturday, December 28, 2013, Domenic Denicola wrote: > Why can't jQuery do > > ```js > if (typeof Symbol !== "undefined" && Symbol.iterator) { > jQuery.prototype[Symbol.iterator] = Array.prototype[Symbol.iterator]; > } > ``` > For the same reason I've stated here any time anyone ever brings up anything anything jQuery "might" do: jQuery doesn't ship anything in core that cannot be made to work consistently in all browsers that both 1.x and 2.x are expected to support. Additionally, jQuery has never and will never ship "conditional" features in the core library.