Spletno mesto bo delovalo z omejenimi zmožnostmi, medtem ko na njem izvajamo vzdrževalna dela za vas. Če članki ne rešijo vaše težave in želite zastaviti vprašanje, naša skupnost za podporo čaka na vas na @FirefoxSupport na Twitterju in na /r/firefox na Redditu.

Iskanje po podpori

Izogibajte se prevarantski tehnični podpori. Nikoli vam ne bomo naročili, da pokličete telefonsko številko ali nam pošljete osebne podatke. Sumljivo dejavnost prijavite z gumbom »Prijavi zlorabo«.

Več o tem

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

  • 2 odgovora
  • 1 ima to težavo
  • 1 ogled
  • Zadnji odgovor od 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

Vsi odgovori (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.

Spremenil melonics