location.href not working after Rollup update 14 in chrome and firefox browser
location.href('mailto:' + emailAddresses + '?subject=' + subjectStr + '');
Let me know what else to use
Don't know where are you using it but following is how href can be used.
Pls try it.
location.href='mailto:' + emailAddresses + '?subject=' + subjectStr;