Sort Score
Result 10 results
Languages All
Labels All
Results 6,771 - 6,780 of 43,978 for

search

(0.12 sec)
  1. scale - CSS: Cascading Style Sheets | MDN

    The scale CSS property allows you to specify scale transforms individually and independently of the transform property. This maps better to typical user interface usage, and saves having to remember the exact order of transform functions to specify in the transform value....Skip to main content Skip to search Skip to select language Article...

    developer.mozilla.org/en-US/docs/Web/CSS/scale
  2. TypeError: BigInt value can't be serialized in ...

    The JavaScript exception "BigInt value can't be serialized in JSON" occurs when a BigInt is encountered in JSON.stringify with no custom serialization method provided....Skip to main content Skip to search Skip to select language Article...

    developer.mozilla.org/en-US/docs/Web/JavaScript...
  3. Bitwise AND (&) - JavaScript | MDN

    The bitwise AND (&) operator returns a number or BigInt whose binary representation has a 1 in each bit position for which the corresponding bits of both operands are 1....Skip to main content Skip to search Skip to select language Article...

    developer.mozilla.org/en-US/docs/Web/JavaScript...
  4. Web app manifests | MDN

    A web application manifest, defined in the Web Application Manifest specification, is a JSON text file that provides information about a web application....Skip to main content Skip to search Skip to select language Article...

    developer.mozilla.org/en-US/docs/Web/Manifest
  5. Object.is() - JavaScript | MDN

    The Object.is() static method determines whether two values are the same value....Skip to main content Skip to search Skip to select language Article...

    developer.mozilla.org/en-US/docs/Web/JavaScript...
  6. 506 Variant Also Negotiates - HTTP | MDN

    The HTTP 506 Variant Also Negotiates server error response status code is returned during content negotiation when there is recursive loop in the process of selecting a resource....Skip to main content Skip to search Skip to select language Article...

    developer.mozilla.org/en-US/docs/Web/HTTP/Statu...
  7. HTMLDetailsElement - Web APIs | MDN

    Learn about the HTMLDetailsElement interface, including its properties and methods, code examples, specifications, and browser compatibility....Skip to main content Skip to search Skip to select language Article...

    developer.mozilla.org/en-US/docs/Web/API/HTMLDe...
  8. PageSwapEvent - Web APIs | MDN

    Learn about the PageSwapEvent interface, including its constructor and properties, code examples, specifications, and browser compatibility....Skip to main content Skip to search Skip to select language Article...

    developer.mozilla.org/en-US/docs/Web/API/PageSw...
  9. Speculative parsing - MDN Web Docs Glossary: De...

    Traditionally in browsers the HTML parser ran on the main thread and was blocked after a tag until the script has been retrieved from the network and executed. Some HTML parser, such as Firefox since Firefox 4, support speculative parsing off of the main thread. It parses ahead while scripts are being downloaded and executed. The HTML parser starts speculative loads for scripts, style sheets and images it finds ahead in the stream and runs the HTML tree construction algorithm speculatively. The upside is that when a speculation succeeds, there's no need to reparse the part of the incoming file that was already scanned for scripts, style sheets and images. The downside is that there's more work lost when the speculation fails....Skip to main content Skip to search Skip to select language Article...

    developer.mozilla.org/en-US/docs/Glossary/Specu...
  10. HTMLElement: dragover event - Web APIs | MDN

    Learn about the dragover event, including its type, syntax, and properties, code examples, specifications, and browser compatibility....Skip to main content Skip to search Skip to select language Article...

    developer.mozilla.org/en-US/docs/Web/API/HTMLEl...