angeliquekom / vue-json-to-csv

A Vue.js 2 component for transform and download a json in csv format
MIT License
35 stars 9 forks source link

Replace escape() #1

Closed angeliquekom closed 6 years ago

angeliquekom commented 6 years ago

Escape method is deprecated in Javascript 1.5 (https://www.w3schools.com/jsref/jsref_escape.asp).

Proposal: replace with encodeUri() (https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/encodeURI).