![]() CONTRIBUTING.md specifies the minimum supported Firefox version as 91.1.0. Based on the caniuse.com data for ECMAScript features listed at https://gist.github.com/Julien-Marcou/156b19aea4704e1d2f48adafc6e2acbf, I determined the following minimum Firefox versions that support each ECMAScript version: - ECMAScript 2018 (current setting) = Firefox 78 - ECMAScript 2019 = Firefox 64 - ECMAScript 2020 = Firefox 80 - ECMAScript 2021 = Firefox 79 - ECMAScript 2022 = Firefox 92 - ECMAScript 2023 = Firefox 104 - ECMAScript 2024 = Firefox 119+ (not exactly sure) This project is using v7 of eslint which depends on v7 of espree for JavaScript parsing. espree v7 has a maximum ECMAScript support version of ECMAScript 2021. Based on these findings, increasing the configured `parser.ecmaVersion` from `2018` to `2021` will allow using all JavaScript syntax supported in Firefox 91.1.0+ without raising eslint errors. |
||
---|---|---|
.github | ||
bin | ||
docs | ||
src | ||
test | ||
.env | ||
.eslintignore | ||
.eslintrc.js | ||
.gitignore | ||
.gitmodules | ||
.htmllintrc | ||
.jpmignore | ||
.stylelintrc | ||
CODE_OF_CONDUCT.md | ||
CONTRIBUTING.md | ||
icon.png | ||
LICENSE | ||
package-lock.json | ||
package.json | ||
README.md |
Multi-Account Containers
The Firefox Multi-Account Containers extension lets you carve out a separate box for each of your online lives – no more opening a different browser just to check your work email!
Learn more about Multi-Account Containers in our end-user documentation.
Contributing
Everyone is welcome to contribute to Multi-Account Containers. To learn how to contribute a patch to Multi-Account Container, please read our contributing guide.
You can also chat with us on our Matrix room or ask in our discussions board.
This repository is governed by Mozilla's code of conduct and etiquette guidelines. For more details, please read the Mozilla Community Participation Guidelines.
License
This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at https://mozilla.org/MPL/2.0/.