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:108
属性
backgroundThread
The global object for the background thread.
示例
定义于
index.d.ts:88
jsdom
定义于
index.d.ts:107
mainThread
The global object for the main thread.
示例
定义于
index.d.ts:106
方法
clearGlobal()
返回
void
定义于
index.d.ts:112
injectGlobals()
返回
void
定义于
index.d.ts:109
reset()
返回
void
定义于
index.d.ts:113
switchToBackgroundThread()
返回
void
定义于
index.d.ts:110
switchToMainThread()
返回
void
定义于
index.d.ts:111