Using Angular 2 in a project that is compiled using typescript.
Getting this error while trying to create a blob image:
error TS2339: Property 'webkitURL' does not exist on type 'Window'
Ts code:
public url = window.URL || window.webkitURL; this.photo = this.url.createObjectURL( res );
javascript google-chrome angular typescript webkit
Daniel Francis Reil
source share