We currently return undefined whenever we had an error trying return the evaluation result by error. The most common error is "execution context destroyed". This produces very unexpected undefined from methods that do not ever expect undefined. Instead, we should throw because we were not able to return the result. |
||
|---|---|---|
| .. | ||
| wkAccessibility.ts | ||
| wkBrowser.ts | ||
| wkConnection.ts | ||
| wkExecutionContext.ts | ||
| wkInput.ts | ||
| wkInterceptableRequest.ts | ||
| wkPage.ts | ||
| wkProvisionalPage.ts | ||
| wkWorkers.ts | ||