Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

TypeError: Object doesn't support property or method 'finally'

I am using angular 1.6 with gulp and es6 promise which has .finally() block, its working fine all other except IE Edge and IE 11.

like image 748
Mr. Raj Kale Avatar asked Apr 30 '18 07:04

Mr. Raj Kale


1 Answers

It doesn't seem to be supported by either of them (https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise/finally)

like image 116
Samuel Maisonneuve Avatar answered Sep 30 '22 04:09

Samuel Maisonneuve