Marcel

Results 6 issues of Marcel

When I tried to setup the automatic backup with GitHub actions I realized that the OAuth token you can generate in the Dropbox Developer App Console is only short-lived and...

Hey, I've been using your amazing library to extract links from DOM content in a service worker and noticed that achor tags which, for example, lead to some file which...

Hey, I would love to use `browser.runtime.sendMessage` the following way so that I can specify the type of the message that I am sending. ``` browser.runtime.sendMessage({ command: "log", logData, })...

enhancement