Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

onscroll

Fires when the user repositions the scroll box in the scroll bar on the object.

var onscroll: ((this: Window, ev: Event) => any) | null;