- Gave all possible dom errors distinct names, and throw them on the node side. - Separated errors into FatalDOMError and RetargetableDOMError. Fatal errors are unrecoverable. Retargetable errors could be resolved by requerying the selector. - This exposed a number of unhandled 'notconnected' cases. - Added helper functions to handle errors and ensure TypeScript catches unhandled ones. |
||
|---|---|---|
| .. | ||
| wkAccessibility.ts | ||
| wkBrowser.ts | ||
| wkConnection.ts | ||
| wkExecutionContext.ts | ||
| wkInput.ts | ||
| wkInterceptableRequest.ts | ||
| wkPage.ts | ||
| wkProvisionalPage.ts | ||
| wkWorkers.ts | ||