mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-10 01:29:58 +00:00
Use typed messaging for popup message port
This commit is contained in:
@@ -88,7 +88,7 @@ export default class PopupReceiverSelector extends ReceiverSelector {
|
||||
|
||||
const popup = await browser.windows.create({
|
||||
url: POPUP_URL
|
||||
, type: "detached_panel"
|
||||
, type: "popup"
|
||||
, ...centeredProps
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user