1. Document.execCommand()

    Allows running commands to manipulate the contents of an editable region in a document switched to designMode

  2. Resource Hints: modulepreload

    Using `<link rel="modulepreload">`, browsers can be informed to prefetch module scripts without having to execute them, allowing fine-grained control over when and how module resources are loaded.

  3. Resource Hints: preload

    Using `<link rel="preload">`, browsers can be informed to prefetch resources without having to execute them, allowing fine-grained control over when and how resources are loaded. Only the following `as` values are supported: fetch, image, font, script, style, track.

  4. Promise.prototype.finally

    When the promise is settled, whether fulfilled or rejected, the specified callback function is executed.

  5. requestIdleCallback

    API allowing the execution of JavaScript to be queued to run in idle browser time, either at the end of a frame or when the user is inactive. Also covers support for `cancelIdleCallback`. The API has similarities with `requestAnimationFrame`.

  6. document api: `afterscriptexecute` event

  7. document api: `beforescriptexecute` event

  8. document api: execcommand

  9. document api: execcommand: `copy` command

  10. document api: execcommand: `cut` command

  11. document api: execcommand: `defaultparagraphseparator` command

  12. document api: execcommand: `insertbronreturn` command

  13. element api: `afterscriptexecute` event

  14. element api: `beforescriptexecute` event

  15. gpurenderpassencoder api: executebundles

  16. performancescripttiming api: executionstart

  17. urlpattern api: exec

  18. headers http header: clear-site-data: `"executioncontexts"`

  19. headers http header: content-security-policy: script-src: source expression allowing webassembly execution

  20. headers http header: permissions-policy: execution-while-not-rendered

  21. headers http header: permissions-policy: execution-while-out-of-viewport

  22. javascript built-in: regexp: exec