/* * Copyright (c) 2026, Ladybird contributors * * SPDX-License-Identifier: BSD-2-Clause */ #pragma once #include namespace Web::HTML { using WorkerAgentId = u64; using WorkerAgentOwnerToken = u64; struct WorkerAgentStartRequest; }