kukhariev / ngx-uploadx

Angular Resumable Upload Module
https://github.com/kukhariev/ngx-uploadx
MIT License
43 stars 23 forks source link

refactor: change `_authorize` and `_prereques` from private to protected #456

Closed kukhariev closed 3 months ago

kukhariev commented 3 months ago

Changes proposed in this pull request:

Change _authorize and _prereques from private to protected to easily change the authorization type in the custom uploaders.