]> cat aescling's git repositories - mastodon.git/commit
Fix issue with some Node.js versions not having Array.prototype.includes (#3667)
authorEugen Rochko <eugen@zeonfederated.com>
Fri, 9 Jun 2017 17:46:33 +0000 (19:46 +0200)
committerGitHub <noreply@github.com>
Fri, 9 Jun 2017 17:46:33 +0000 (19:46 +0200)
commit04646029785f25202cfdcb8d5a1d31948244ac7a
treefc16372bc70f209a93d72b84aa3115eac572d9dc
parent9b03cf0ddd73c259d301619d39b6019bb6c8a9d5
Fix issue with some Node.js versions not having Array.prototype.includes (#3667)

by using Array.prototype.indexOf instead
streaming/index.js