progress / JSDO

Client side TypeScript library to access Progress® Data Object Services
Other
23 stars 27 forks source link

Removed base64 dependency #216

Closed jessicaxwang closed 5 years ago

jessicaxwang commented 5 years ago

Updated package.json of jsdo-angular to not have base-64 dependency. Tested JSDO locally, no errors

nicoletteschreier commented 5 years ago

we need to rethink the decision to remove base-64 as a dependency because it is not being included in kendo projects and is causing crud errors

edselg commented 5 years ago

The CRUD errors observed were not caused by the removal of the base-64 dependency but by the fix to handle timeout that was checked-in later.