Sort Score
Result 10 results
Languages All
Labels All
Results 31 - 40 of 2,893 for

script

(0.07 sec)
  1. HTMLScriptElement - Web APIs | MDN

    Learn about the HTMLScriptElement interface, including its properties and methods, code examples, specifications, and browser compatibility....Deutsch 日本語 Русский 中文 (简体) HTML <script> elements expose the HTMLScriptElement...behavior and execution of <script> elements (beyond the inherited...

    developer.mozilla.org/en-US/docs/Web/API/HTMLSc...
  2. nonce - HTML: HyperText Markup Language | MDN

    The nonce global attribute is a content attribute defining a cryptographic nonce ("number used once") which can be used by Content Security Policy to determine whether or not a given fetch will be allowed to proceed for a given element....such as a particular inline script or style elements. It can help...would allowlist all inline scripts or styles. Note: Only use nonce...

    developer.mozilla.org/en-US/docs/Web/HTML/Globa...
  3. user_scripts - Mozilla | MDN

    Instructs the browser to load a Script packaged in the extension, known as the API Script, this Script is used to export a set of custom API methods for use in user Scripts. The API Script path, relative to the manifest.json file, is defined as a string in "api_Script"....Example json "user_scripts": { "api_script": "apiscript.js", }...Instructs the browser to load a script packaged in the extension,...

    developer.mozilla.org/en-US/docs/Mozilla/Add-on...
  4. content_security_policy - Mozilla | MDN

    Extensions have a content security policy (CSP) applied to them by default. The default policy restricts the sources from which extensions can load code (such as <Script> resources) and disallows potentially unsafe practices such as the use of eval(). See Default content security policy to learn more about the implications of this....extensions can load code (such as <script> resources) and disallows potentially...in the script-src directive. Loosen the default script-src policies...

    developer.mozilla.org/en-US/docs/Mozilla/Add-on...
  5. SpreadsheetHeaderFooterSection.Script Property ...

    Gets or sets the Script formatting of this SpreadsheetHeaderFooterSection....HeaderFooter Property Image Property Script Property SectionType Property...SpreadsheetHeaderFoo Script Property Gets or sets the script formatting...

    apireference.groupdocs.com/watermark/net/groupd...
  6. PerformanceScriptTiming - Web APIs | MDN

    Learn about the PerformanceScriptTiming interface, including its properties and methods, code examples, specifications, and browser compatibility....provides metrics on individual scripts that contribute to long animation...via the PerformanceLongAnima.scripts property) provides the following...

    developer.mozilla.org/en-US/docs/Web/API/Perfor...
  7. Control flow - MDN Web Docs Glossary: Definitio...

    Control flow is the order in which the computer executes statements in a Script....computer executes statements in a script. Code is run in order from...loops. For example, imagine a script used to validate user data...

    developer.mozilla.org/en-US/docs/Glossary/Contr...
  8. javascript: URLs - URIs | MDN

    JavaScript URLs, URLs prefixed with the javaScript: scheme, are used as fake navigation targets that execute JavaScript when the browser attempts to navigate. If the URL evaluates to a string, it is treated as HTML and rendered by the browser....be parsed as a script. url javascript:<script> Description javascript:...parses and executes the script body. The script may have a completion...

    developer.mozilla.org/en-US/docs/Web/URI/Scheme...
  9. Content Security Policy - Mozilla | MDN

    Extensions developed with WebExtension APIs have a Content Security Policy (CSP) applied to them by default. This restricts the sources from which they can load code such as <Script> and disallows potentially unsafe practices such as using eval(). This article briefly explains what a CSP is, what the default policy is and what it means for an extension, and how an extension can change the default CSP....they can load code such as <script> and disallows potentially...types of content, such as scripts or embedded plugins. For example...

    developer.mozilla.org/en-US/docs/Mozilla/Add-on...
  10. userScripts - Mozilla | MDN

    Use this API to register user Scripts, third-party Scripts designed to manipulate webpages or provide new features. Registering a user Script instructs the browser to attach the Script to pages that match the URL patterns specified during registration....to register user scripts, third-party scripts designed to manipulate...user script instructs the browser to attach the script to pages...

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