Property 'responseURL' does not exist on type 'XMLHttpRequest'

HI,
im just trying to port an old ionic app to the newest ionic version.
Tho, im having the following issue:

Typescript Error
Property ‘responseURL’ does not exist on type ‘XMLHttpRequest’.

Just doing something like this:
var finalUrl=this.responseURL;

Anyones may able to help? :slight_smile: