Mozilla Destek’te Ara

Destek dolandırıcılığından kaçının. Mozilla sizden asla bir telefon numarasını aramanızı, mesaj göndermenizi veya kişisel bilgilerinizi paylaşmanızı istemez. Şüpheli durumları “Kötüye kullanım bildir” seçeneğini kullanarak bildirebilirsiniz.

Learn More

Firefox 78.11.0esr macOS 10.11  Do not work web api browser.windows.create

  • 2 yanıt
  • 1 kişi bu sorunu yaşıyor
  • 1 gösterim
  • Son yanıtı yazan: melonics

more options

Browser.windows.create does not work on Firefox 78.11.0esr macOS 10.11.

Even if I executed the sample code, it didn't work.

sample code https://github.com/mdn/webextensions-examples/tree/c42a263968d06d1722692bd77cf09e738006977a/window-manipulator

Browser.windows.create does not work on Firefox 78.11.0esr macOS 10.11. Even if I executed the sample code, it didn't work. sample code https://github.com/mdn/webextensions-examples/tree/c42a263968d06d1722692bd77cf09e738006977a/window-manipulator

Tüm Yanıtlar (2)

more options

Hi melonics, if you are using the about:debugging page to work with your extension, you can click the Inspect button to open a developer tools console where messages specific to your extension can appear. https://developer.mozilla.org/docs/Tools/about:debugging

Sometimes they are a bit cryptic...

The Add-ons team has a website to help with extension development questions over here:

https://discourse.mozilla.org/c/add-ons/development

more options

Thank you for teaching.

error message Uncaught (in promise) Error: Invalid window

Check again from the error message.

melonics tarafından tarihinde düzenlendi