Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ECMAScript 5 の Function.prototype.bind の代わりに angular.bind を使用する利点はありますか?
古いブラウザをサポートするための単なるシムですか、それとも何か利点がありますか?
はい、基本的には、いくつかの型チェックを行った shim です。Function.prototype.bindは ES5 コンストラクトなので、IE9+、FF4+ などを見ています。
Function.prototype.bind
ここにコードがあります