UNPKG

@nesk/puphpeteer

Version:

A Puppeteer bridge for PHP, supporting the entire API.

19 lines (15 loc) 361 B
<!DOCTYPE html> <html> <head> <title>Document</title> <link rel="stylesheet" href="./stylesheet.css"> </head> <body> <h1>Example Page</h1> <script> console.log('Starting worker...'); new Worker('worker.js'); console.log('Worker started!'); </script> </body> </html>