Every line of 'window.orientation javascript' code snippets is scanned for vulnerabilities by our powerful machine learning engine that combs millions of open source libraries, ensuring your JavaScript code is secure.
164 function onOrientation(orientation: Orientation) { 165 parser.removeListener("error", onError); 166 parser.removeListener("finish", onFinish); 167 168 if (!acked) { 169 acked = true; 170 resolve(orientation); 171 } 172 }