Update README.md
This commit is contained in:
parent
56d44bb3cc
commit
8d193bf225
1 changed files with 4 additions and 0 deletions
|
|
@ -26,6 +26,10 @@ There is a slight delay between when a new tab is opened and the debugger starts
|
|||
|
||||
While the chrome.debugger API is active, a bar under the address bar is displayed. Hiding the bar is only possible when the --silent-debugger-extension-api command-line switch is used.
|
||||
|
||||
### FireFox
|
||||
|
||||
Unfortunately it doesn't work on Firefox since Firefox doesn't support the debugger API for extensions. https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/manifest.json/permissions#browser_compatibility
|
||||
|
||||
### Locale override does not mock language data
|
||||
|
||||
Unlike the Chrome devtools location sensor, overriding the locale does not change language data (such as navigator.language or navigator.languages). There is an open ticket about this here: https://bugs.chromium.org/p/chromium/issues/detail?id=1306254
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue