Async migrations
emschwartz opened this issue · 1 comments
emschwartz commented
Have you considered supporting async migrations? I was previously storing options manually in local storage and wanted to load them in a migration. However, async transformations are currently ignored.
Thank you for creating and maintaining this library!
fregante commented
They could be supported, but since content scripts don’t wait for migrations to be done, this increases the chance of race conditions. PR welcome to add support