Aurelia fetch client TS2304: Cannot find name 'URLSearchParams' -


after adding aurelia fetch client project getting below exception when running au run

/node_modules/aurelia-fetch-client/dist/aurelia-fetch-client.d.ts(73,43): error ts2304: cannot find name 'urlsearchparams'. 

how resolve this?

after installed urlsearchparams following link error went away.

typings install github:romkevdmeulen/urlsearchparams --global --save


Comments

Popular posts from this blog

php - trouble displaying mysqli database results in correct order -

depending on nth recurrence of job in control M -

sql server - Cannot query correctly (MSSQL - PHP - JSON) -