"TypeError: Failed to construct 'File': Illegal constructor

cli packages: (/usr/lib/node_modules)

@ionic/cli-utils  : 1.19.1                                                                                                                            
ionic (Ionic CLI) : 3.19.1                                                                                                                            

global packages:

cordova (Cordova CLI) : 8.0.0                                                                                                                         

local packages:

Cordova Platforms : android 7.0.0                                                                                                                     
Ionic Framework   : ionic1 1.0.0-rc.2                                                                                                                 

System:

Android SDK Tools : 26.1.1                                                                                                                            
Node              : v6.14.4                                                                                                                           
npm               : 3.10.10                                                                                                                           
OS                : Linux 4.15

Im getting this error in old device (HTC One Android 5.0.2, API 21)
"TypeError: Failed to construct ‘File’: Illegal constructor

var fileImg = new File([blobImg], fileName, {type: blobImg.type});

But in latest android devices, its OK.