Skip to content

is it possible to access Navigator from Brython ? #2235

Discussion options

You must be logged in to vote

Hi,

Yes it's possible, through window.navigator:

from browser import window

print(window.navigator.languages)

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@BobSquarePants
Comment options

Answer selected by BobSquarePants
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants