ionic-team / cordova-plugin-wkwebview-engine

Mirror of Apache Cordova wkwebview engine plugin
Apache License 2.0
291 stars 69 forks source link

some code is hidden in safari debugger #194

Open swvcc opened 6 years ago

swvcc commented 6 years ago

nevermind. wkwebview was showing me the code post-hoisting, so I was seeing function declarations where I would have otherwise been seeing code. false alarm.