Smart Prevent Duplicate Tabs కోసం సమీక్షలు
Smart Prevent Duplicate Tabs ద్వారా Guilherme Nascimento
Guilherme Nascimento ప్రతిస్పందన
డెవలపర్ స్పందన
posted 7 సంవత్సరాలు క్రితంThanks! Unfortunately I think that is impossible, because events are triggered after the tab is opened, ie the control on the tabs only occurs after.
I believe that this is so to avoid problem like sending POST requisitions, that it would be impossible to do a check if there were the use of `form method="POST" target="_blank"`, this is how the internal API of firefox (WebExtension: https://developer.mozilla.org/en-US/Add-ons/WebExtensions) and other browsers works.
I believe that this is so to avoid problem like sending POST requisitions, that it would be impossible to do a check if there were the use of `form method="POST" target="_blank"`, this is how the internal API of firefox (WebExtension: https://developer.mozilla.org/en-US/Add-ons/WebExtensions) and other browsers works.