mirror of
https://github.com/SteamDeckHomebrew/decky-loader.git
synced 2026-07-11 11:01:58 +00:00
more major websocket progress
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
export enum PluginLoadType {
|
||||
LEGACY_EVAL_IIFE = 0, // legacy, uses legacy serverAPI
|
||||
ESMODULE_V1 = 1, // esmodule loading with modern @decky/backend apis
|
||||
}
|
||||
|
||||
export interface Plugin {
|
||||
name: string;
|
||||
version?: string;
|
||||
|
||||
Reference in New Issue
Block a user