Email or username:

Password:

Forgot your password?
Top-level
Danil

@simon >use client-side JavaScript running in a Web Worker.

So you can literally ask - "freeze my webbowser".

1 comment
Simon Willison

@danil or at least burn one available CPU core - Web Workers should get their own threads so in theory it should be be able to freeze a whole tab (in theory...)

Go Up