NativeScript / ios-jsc

NativeScript for iOS using JavaScriptCore
http://docs.nativescript.org/runtimes/ios
Apache License 2.0
298 stars 59 forks source link

fix(debugging): Add origin parameter to ExecutionContextDescription #1227

Closed mbektchiev closed 4 years ago

mbektchiev commented 4 years ago

Chrome DevTools requires origin to be set to the frame identifier.

Fix regression from #1222

When origin was missing, the Console tab in Chrome Dev Tools was not being loaded successfully.

PR Checklist