Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upImplement NavigatorLanguage::languages #10073
Closed
Comments
|
Do you mind if I take this? |
|
@craftytrickster See the first sentence of the original comment. |
|
@jdm I'm not familiar with your use of webidl, but can't this at least be partially implemented with a Vector? |
|
For #10072 specifically, the main reason to hold off implementing it is that Gecko has not and the FrozenArray feature is really new. |
|
Thanks for the info, nevermind me taking this then :) |
|
This has yet to be implemented. |
|
And it's blocked by #10072. |
|
Closing in favour of #27210. We don't support frozen arrays in our codegen yet, but we can manually return a frozen array. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Depends on #10072. (This implies we will not fix this issue in the near future.)
components/script/dom/webidls/Navigator.webidl,components/script/dom/navigator.rs,components/script/dom/webidls/WorkerNavigator.webidl,components/script/dom/workernavigator.rs.