Files
NativeScript/apps/ui/app/web-view/web-view-error-page.ts
Nathan Walker 1e6fccf272 chore: cleanup
2020-07-23 14:03:37 -07:00

4 lines
106 B
TypeScript

export function onLoadFinished(args) {
console.log('### onLoadFinished with error: ' + args.error);
}