Sort Score
Result 10 results
Languages All
Labels All
Results 761 - 770 of 2,386 for

script

(0.09 sec)
  1. Same-origin policy - MDN Web Docs Glossary: Def...

    The same-origin policy is a critical security mechanism that restricts how a document or Script loaded from one origin can interact with a resource from another origin....restricts how a document or script loaded from one origin can...

    developer.mozilla.org/en-US/docs/Glossary/Same-...
  2. Thread - MDN Web Docs Glossary: Definitions of ...

    Thread in computer science is the execution of running multiple tasks or programs at the same time. Each unit capable of executing code is called a thread....thread, a slow website or app script slows down the entire browser;...browser; worse, if a site or app script enters an infinite loop, the...

    developer.mozilla.org/en-US/docs/Glossary/Thread
  3. <dialog> - HTML: Lenguaje de etiquetas de hiper...

    El elemento HTML representa una caja de diálogo u otro componente interactivo, como inspector o ventana.... details</button> </menu> <script> (function () { var updateButton...favDialog.close(); }); })(); </script> Especificaciones Specification...

    developer.mozilla.org/es/docs/Web/HTML/Element/...
  4. pageAction - Mozilla | MDN

    Read and modify attributes of and listen to clicks on the address bar button defined with the page_action manifest key....on the icon in a background script, or specify a popup that opens...WebExtension APIs as your background scripts. Despite being named pageAction...

    developer.mozilla.org/en-US/docs/Mozilla/Add-on...
  5. Options page - Mozilla | MDN

    An Options page enables you to define preferences for your extension that your users can change. Users can access the options page for an extension from the browser's add-ons manager:...ton> </form> <script src="options.js"></script> </body> </html>...and background or content scripts. Options content design For...

    developer.mozilla.org/en-US/docs/Mozilla/Add-on...
  6. Populating the page: how browsers work - Web pe...

    Users want web experiences with content that is fast to load and smooth to interact with. Therefore, a developer should strive to achieve these two goals.... If your fonts, images, scripts, ads, and metrics all have...href="styles.css" /> <script src="myscript.js"></script> </head> <body>...

    developer.mozilla.org/en-US/docs/Web/Performanc...
  7. lang - HTML (HyperText Markup Language) | MDN

    L'attribut universel lang permet de définir la langue utilisée pour l'élément. Pour les éléments non-éditables, c'est la langue dans laquelle ils sont écrits. Pour les éléments éditables, c'est la langue dans laquelle devrait écrire l'utilisateur. La valeur de cet attribut est une « balise de langue » dont le format est défini par le document de l'IETF : Les balises d'identification de langues (BCP47). Si cette balise est la chaîne vide, la langue sera définie comme inconnue. Si la balise de langue n'est pas valide selon BCP47, la langue sera définie comme invalide.... Sous-balise de script Ce fragment est optionnel....langue est utilisée avec le script le plus fréquemment utilisé...

    developer.mozilla.org/fr/docs/Web/HTML/Global_a...
  8. SVG element reference - SVG: Scalable Vector Gr...

    SVG drawings and images are created using a wide array of elements which are dedicated to the construction, drawing, and layout of vector images and diagrams. Here you'll find reference documentation for each of the SVG elements....<radialGradient> <rect> S <script> <set> <stop> <style> <svg>...<pattern> , <radialGradient> , <script> , <style> , <symbol> , <title>...

    developer.mozilla.org/en-US/docs/Web/SVG/Element
  9. resource

    Resource | GroupDocs.Viewer for Java API Reference,Resource | GroupDocs.Viewer for .NET API Reference,Add resource redaction annotation | Documentation,Add...RES - C++ Compiled Resource Script Learn about RES file format...is a C++ Compiled Resource Script; a binary file created...Microsoft...

    search.groupdocs.com/q/resource.html
  10. page_action - Mozilla | MDN

    A page action is an icon that your extension adds inside the browser's URL bar....your extension's background scripts when the user clicks the icon...JavaScript files using <link> and <script> elements, just like a normal...

    developer.mozilla.org/en-US/docs/Mozilla/Add-on...