()
| 259 | } |
| 260 | |
| 261 | export const getLastFocusedWindowIds = () => { |
| 262 | return chrome.runtime.sendMessage({ |
| 263 | action: "ufs-runInBackground", |
| 264 | data: { |
| 265 | fnPath: "getCache", |
| 266 | params: ["lastFocusedWindowIds"], |
| 267 | }, |
| 268 | }); |
| 269 | }; |
| 270 | |
| 271 | export const getLastFocusedTab = async () => { |
| 272 | const lastFocusedWindowIds = await getLastFocusedWindowIds(); |