THE BROWSER DETECTIVE // case 09

CASE 09 — THE EVENT The door that opens on contact.

// case notes

You've found Veyra's inner sanctum. A single door, a single handle. Pulling on it doesn't do anything you can see. But a handle has to know what to do when it is pulled a set of instructions the browser files in its own pocket rather than on the page itself.

Pushing the handle runs the routine and throws the result away. Calling the routine yourself hands the result back to you.

// the handle
> push and you get a show. inspect and you get a receipt.
// evidence log, enter the receipt
>
hint: a handler keeps its instructions close. read them, or call them yourself and catch what the click discards.