<?php

namespace Nesk\Puphpeteer\Resources;

use Nesk\Rialto\Data\BasicResource;

/**
 * @method string url()
 * @method \Nesk\Puphpeteer\Resources\ExecutionContext executionContext()
 * @method mixed evaluate(callable|string $pageFunction, mixed ...$args)
 * @method \Nesk\Puphpeteer\Resources\JSHandle evaluateHandle(callable|string $pageFunction, int|float|string|bool|null|array|\Nesk\Puphpeteer\Resources\JSHandle ...$args)
 */
class WebWorker extends BasicResource
{
    //
}
