Multiple Session Import #2

Open
opened 2020-02-29 21:40:13 +00:00 by maximstewart · 0 comments
maximstewart commented 2020-02-29 21:40:13 +00:00 (Migrated from github.com)

Session importing no longer allows multiple file imports. This broke with the UI change because it's not using a blocking process for the popup.

Doing what I did with the load fix might work... IE, I wrap it like so in the loop of backgrounds.js...

() => {
//logic
}

It seems like async or not being sync is the issue. I'll need to study lambda functions to get a better idea on how they interact with main thread and if internal logic blocks the main thread..

Session importing no longer allows multiple file imports. This broke with the UI change because it's not using a blocking process for the popup. Doing what I did with the load fix might work... IE, I wrap it like so in the loop of backgrounds.js... () => { //logic } It seems like async or not being sync is the issue. I'll need to study lambda functions to get a better idea on how they interact with main thread and if internal logic blocks the main thread..
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: itdominator/Easy-Session-Manager#2
No description provided.