lynx-testing-environment / LynxTestingEnv
类: LynxTestingEnv
A pure-JavaScript implementation of the Lynx Spec, notably the Element PAPI and Dual-threaded Model for use with Node.js.
示例
构造函数
new LynxTestingEnv()
参数
返回
定义于
index.d.ts:166
属性
backgroundThread
The global object for the background thread.
示例
定义于
index.d.ts:145
env
定义于
index.d.ts:165
mainThread
The global object for the main thread.
示例
定义于
index.d.ts:164
方法
clearGlobal()
返回
void
定义于
index.d.ts:170
injectGlobals()
返回
void
定义于
index.d.ts:167
reset()
返回
void
定义于
index.d.ts:171
switchToBackgroundThread()
返回
void
定义于
index.d.ts:168
switchToMainThread()
返回
void
定义于
index.d.ts:169