Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mise à jour application et fermeture fenêtre #284

Closed
lecault opened this issue Nov 21, 2023 · 1 comment
Closed

Mise à jour application et fermeture fenêtre #284

lecault opened this issue Nov 21, 2023 · 1 comment
Labels
Milestone

Comments

@lecault
Copy link
Contributor

lecault commented Nov 21, 2023

Scénario :
1- je créé mon application
2- je prévisualise
3- je modifie mon application
4- je veux prévisualiser mais la carte ne se met pas à jour si je ne ferme pas la fenêtre

Comportement attendu : lorsque je modifie mon application et prévisualise, la fenêtre avec la carte se recharge.

@lecault lecault added the bug label Nov 21, 2023
@Gaetanbrl
Copy link
Contributor

Gaetanbrl commented Jul 29, 2024

A voir / à tester avec ce code :

let tab = null;
tab.location.href = url;
tab.focus();

Ou bien à tester avec tab reload :

chrome.tabs.reload(details.tabId);

https://stackoverflow.com/questions/41837512/have-chrome-tabs-reload-reload-a-tab-other-than-the-active-tab

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants