">
Sort Score
Result 10 results
Languages All
Labels All
Results 701 - 710 of 23,250 for

js

(0.09 sec)
  1. WebTransport - Web APIs | MDN

    Learn about the WebTransport interface, including its constructor, properties, and methods, code examples, specifications, and browser compatibility.... js async function initTransport(url)...intentionally or due to error. js async function closeTransport(transport)...

    developer.mozilla.org/en-US/docs/Web/API/WebTra...
  2. nonce - HTML(超文本标记语言) | MDN

    nonce 全局属性是定义了密码学 nonce(“只使用一次的数字”)的内容属性,内容安全策略可以使用它来确定是否允许对给定元素进行获取。...例如,在 nodejs 中,应该这样做: js const crypto = require("crypto");...出于安全考虑, nonce 内容属性是隐藏的(将返回空字符串)。 js script.getAttribute("nonce");...

    developer.mozilla.org/zh-CN/docs/Web/HTML/Globa...
  3. DeprecationReportBody - Web APIs | MDN

    Learn about the DeprecationReportBody interface, including its constructor, properties, and methods, code examples, specifications, and browser compatibility....deprecated features on our web page: js const options = { types: ["deprecation"]...specified inside the constructor: js observer.observe(); Because of...

    developer.mozilla.org/en-US/docs/Web/API/Deprec...
  4. SharedArrayBuffer - JavaScript | MDN

    The SharedArrayBuffer object is used to represent a generic raw binary data buffer, similar to the ArrayBuffer object, but in a way that they can be used to create views on shared memory. A SharedArrayBuffer is not a Transferable Object, unlike an ArrayBuffer which is transferable.... js const sab = new SharedArrayBuffer(1024);...contexts: js const myWorker = new Worker("worker.js"); if (crossOriginIsolated)...

    developer.mozilla.org/en-US/docs/Web/JavaScript...
  5. <script type="importmap"> - HTML: HyperText Mar...

    The importmap value of the type attribute of the