NativeScript / android

NativeScript for Android using v8
https://docs.nativescript.org/guide/android-marshalling
Apache License 2.0
524 stars 135 forks source link

Restore DOM and Network callback handlers #1752

Closed ptomato closed 1 year ago

ptomato commented 1 year ago

Description

This restores the JS functions that were used to implement the DOM and Network inspector domains. The functions do nothing, but they are present so that using the corresponding UI features in the inspector doesn't crash.

Related Pull Requests

Does your pull request have unit tests?

No tests included; there's currently no framework for automated tests of the devtools inspector. Test this by attaching the inspector and using functionality in the DOM and Network tabs.