ECS Framework API / WorkerCreationOptions
Interface: WorkerCreationOptions
Defined in: packages/core/src/Platform/IPlatformAdapter.ts:63
Worker创建选项
Properties
type?
optionaltype:"classic"|"module"
Defined in: packages/core/src/Platform/IPlatformAdapter.ts:67
Worker类型
credentials?
optionalcredentials:"omit"|"same-origin"|"include"
Defined in: packages/core/src/Platform/IPlatformAdapter.ts:72
凭据模式
name?
optionalname:string
Defined in: packages/core/src/Platform/IPlatformAdapter.ts:77
Worker名称(用于调试)