Skip to main content
Module

x/keywork/events/mod.ts

A library for building V8 Isolate web apps on Cloudflare Workers, Deno, and Node.JS
Go to Latest
import * as keywork from "https://deno.land/x/keywork@v6.0.1/events/mod.ts";

Keywork uses the JavaScript Events API internally to handle HTTP requests.

Related Entries

  • Keywork#Router | Router Module
  • Keywork#URIUtils | URI Module

Classes

Extends the lifetime of the install and activate events dispatched on the global scope as part of the service worker lifecycle.

An event object containing contextual data for a single and specific incoming HTTP request.