c3ypt1c / PasswordManager

Internet Nomad password manager
MIT License
2 stars 2 forks source link

Testing needs to be done asynchronously #4

Open c3ypt1c opened 3 years ago

c3ypt1c commented 3 years ago

Current implementation could benefit from asynchronicity.

c3ypt1c commented 3 years ago

This depends on #10. If tests aren't done, it doesn't matter how you do them.

c3ypt1c commented 3 years ago

Testing is done asynchronously but the page still blocks?

c3ypt1c commented 3 years ago

Re-implement with WebWorkers.

c3ypt1c commented 3 years ago

Added temporary won't fix to this issue as it doesn't stop the project from working