passwordhasherplus icon indicating copy to clipboard operation
passwordhasherplus copied to clipboard

Rewrite async bits using "await"

Open simu opened this issue 8 years ago • 0 comments

I just realized that javascript (at least webextensions, cf. https://github.com/mdn/webextensions-examples/blob/3fb6017d4387d86f29bc702afc2d630d1a121262/session-state/background.js#L20) has a "await" keyword to wait for an async operation to complete.

This might make some of the storage code easier to understand.

simu avatar Nov 27 '17 16:11 simu