Tag javascript

6 bookmarks have this tag.

2025-11-19

168.

JavaScript engines zoo

zoo.js.org

Список движков JavaScript

2025-08-17

138.

cpupro — A viewer for CPU profiles captured in V8 runtimes like Node.js, Deno or Chromium browsers

discoveryjs.github.io/cpupro

2025-07-20

132.

The Difference Between HTML Attributes and Properties

cloudfour.com/thinks/the-difference-between-html-attributes-and-properties

Attributes and properties allow you to control how HTML elements function and read data about their state. Although the terms are often used interchangeably, subtle differences between the two can lead to unexpected behavior and bugs.

2025-07-19

130.

Browser detection inside a WebExtension - <Glazblog/>

glazman.org/weblog/dotclear/index.php?post/2018/06/07/Browser-detection-inside-a-WebExtension

So the best and cleanest way is probably to rely on chrome.extension.getURL("/") . It can start with "moz", "chrome" or "ms-browser". Unlikely to change in the near future.

2025-05-04

104.

requestIdleCallback()

developer.mozilla.org/en-US/docs/Web/API/Window/requestIdleCallback

The window.requestIdleCallback() method queues a function to be called during a browser's idle periods. This enables developers to perform background and low priority work on the main event loop, without impacting latency-critical events such as animation and input response.

2025-02-28

88.

JavaScript engine fundamentals: Shapes and Inline Caches · Mathias Bynens

mathiasbynens.be/notes/shapes-ics