Files
ladybird/Libraries/LibJS/Runtime/Agent.h
2024-11-10 12:50:45 +01:00

14 lines
171 B
C++

/*
* Copyright (c) 2023, Tim Flynn <trflynn89@serenityos.org>
*
* SPDX-License-Identifier: BSD-2-Clause
*/
#pragma once
namespace JS {
bool agent_can_suspend();
}