-1
You can check this using the instanceof
!
let bn_escudi_time = new File(['arr1', 'arr2', 'arr3'], "file.txt");
let string = 'string';
console.log(bn_escudi_time instanceof File); // -> true
console.log(string instanceof File); // -> false
-1
2
You can check this using the instanceof
!
let bn_escudi_time = new File(['arr1', 'arr2', 'arr3'], "file.txt");
let string = 'string';
console.log(bn_escudi_time instanceof File); // -> true
console.log(string instanceof File); // -> false
Browser other questions tagged javascript vue.js
You are not signed in. Login or sign up in order to post.
Please explain better because your question is very vague.
– José Junior