Skip to content
AtomicReps

Navigation

03/25Frontend

Browser APIs.

Web platform APIs beyond the DOM.

  • Browser APIs · 1 of 3

    Event System & Delegation

    Which event type fires when a held keyboard key is released?

  • Browser APIs · 2 of 3

    Canvas & WebGL Rendering

    What string is passed to canvas.getContext() to obtain a 2D drawing context?

  • Browser APIs · 3 of 3

    DOM Manipulation

    A developer uses MutationObserver to watch an element. Which configuration observes additions and removals of the element's direct children only, ignoring deeper descendant nodes?

Three of the 1,158 Browser APIs questions in the bank.

Keep going with Browser APIs, free
Next topic · 04/25Convex.