fregante/webext-options-sync

`syncForm` should trigger event

fregante opened this issue · 1 comments

Example:

await options.syncForm();
enablePreviews();
form.addEventListener("options-sync:updated", updatePreviews);

syncForm returns a promise since 0.20.0