fwenzel / copy-shorturl

A Firefox extension to quickly create a short URL for the current page and copy it to the clipboard.
https://addons.mozilla.org/addon/copy-shorturl
Apache License 2.0
35 stars 15 forks source link

Switch to async/await throughout #110

Closed fwenzel closed 2 years ago

fwenzel commented 4 years ago

I've got quite a bit of Promise chaining going on, async/await is probably easier to read.

fwenzel commented 2 years ago

Oops, forward-duping to #125