0👍
The following inline type should do the trick:
filereader.onload = function(evt: { target: { result: string } }) {
url = evt.target.result; //sending the link to url
};
Source:stackexchange.com
0👍
The following inline type should do the trick:
filereader.onload = function(evt: { target: { result: string } }) {
url = evt.target.result; //sending the link to url
};