Sort Score
Result 10 results
Languages All
Labels All
Results 3,881 - 3,890 of 8,776 for

view

(0.06 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.... View this page on GitHub • Report...

    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.... View this page on GitHub • Report...

    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.... View this page on GitHub • Report...

    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.... View this page on GitHub • Report...

    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.... View this page on GitHub • Report...

    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.... View this page on GitHub • Report...

    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.... View this page on GitHub • Report...

    developer.mozilla.org/en-US/docs/Web/API/HTMLDe...
  8. 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.... View this page on GitHub • Report...

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

    Learn about the dragover event, including its type, syntax, and properties, code examples, specifications, and browser compatibility.... View this page on GitHub • Report...

    developer.mozilla.org/en-US/docs/Web/API/HTMLEl...
  10. Элемент <picture> - HTML | MDN

    HTML-элемент служит контейнером для одного или более элементов и одного элемента для обеспечения оптимальной версии изображения для различных размеров экрана. Браузер рассмотрит каждый из дочерних элементов и выберет один, соответствующий лучшему совпадению; если совпадений среди элементов найдено не будет, то будет выбран файл, указанный атрибутом src элемента . Затем выбранное изображение отображается в пространстве, занятом элементом .... View this page on GitHub • Report...

    developer.mozilla.org/ru/docs/Web/HTML/Element/...