#javascript + #code
Public notes from activescott tagged with both #javascript and #code
Wednesday, July 1, 2026
Monday, February 9, 2026
Duktape
Duktape is an embeddable Javascript engine, with a focus on portability and compact footprint.
Duktape is easy to integrate into a C/C++ project: add duktape.c, duktape.h, and duk_config.h to your build, and use the Duktape API to call ECMAScript functions from C code and vice versa.
Saturday, November 1, 2025
IntersectionObserver - Web APIs | MDN
IntersectionObserver interface of the Intersection Observer API provides a way to asynchronously observe changes in the intersection of a target element with an ancestor element or with a top-level document's viewport