UNPKG

@wider/utils_where-am-i

Version:

Determine where your code is running

144 lines (121 loc) 5.09 kB
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>Tutorial: Examples | Wider</title> <script src="scripts/prettify/prettify.js"> </script> <script src="scripts/prettify/lang-css.js"> </script> <!--[if lt IE 9]> <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> <link type="text/css" rel="stylesheet" href="styles/bootstrap.min.css"> <link type="text/css" rel="stylesheet" href="styles/prettify-jsdoc.css"> <link type="text/css" rel="stylesheet" href="styles/prettify-tomorrow.css"> <link type="text/css" rel="stylesheet" href="styles/tui-doc.css"> </head> <body> <nav class="lnb" id="lnb"> <div class="logo" style="width: 50px"> <a href="https://y-d-r.co.uk" rel="noopener noreferrer" target="_blank"> <img src="https://y-d-r.co.uk/favicon.ico" width="100%" height="100%"> </a> </div> <div class="title"> <h1><a href="index.html" class="link">Wider</a></h1> <span class="version">v1.1.21</span> </div> <div class="search-container" id="search-container"> <input type="text" placeholder="Search"> <ul></ul> </div> <ol class="lnb-tab"> <li id="api-tab"> <a href="#"><h4>API</h4></a> </li> <li id="examples-tab"> <a href="#"><h4>Examples</h4></a> </li> </ol> <div class="lnb-examples hidden"><h3>Examples</h3><ul><li><a href="tutorial-Examples.html">Examples</a><button type="button" class="hidden toggle-subnav btn btn-link"> <span class="glyphicon glyphicon-plus"></span></button><div class="hidden" id="Examples_sub"></div></li></ul></div><div class="lnb-api hidden"><h3>Modules</h3><ul><li><a href="module-@wider_utils_where-am-i.html">@wider/utils_where-am-i</a><button type="button" class="hidden toggle-subnav btn btn-link"> <span class="glyphicon glyphicon-plus"></span></button><div class="hidden" id="module:@wider/utils_where-am-i_sub"><div class="member-type">Methods</div><ul class="inner"><li><a href="module-@wider_utils_where-am-i.html#~whereAmI">whereAmI</a></li></ul><div class="member-type">Typedef</div><ul class="inner"><li><a href="module-@wider_utils_where-am-i.html#~whereAmI_result">whereAmI_result</a></li></ul></div></li></ul></div> </nav> <div id="resizer"></div> <div class="main" id="main"> <section> <header> <h2>Examples</h2> </header> <article class="readme"> <h1>@wider/utils_where-am-i - Example Results</h1> <p>These examples represent the <strong>earliest</strong> versions of each script engine that has been validated to operate.</p> <h2>Node</h2> <pre class="prettyprint source lang-json"><code>{ &quot;genre&quot;:&quot;server&quot;, &quot;os&quot;:&quot;win32&quot;, &quot;engine&quot;:&quot;node&quot;, &quot;version&quot;:&quot;v13.14.0&quot; } </code></pre> <h2>Chrome</h2> <pre class="prettyprint source lang-json"><code>{ &quot;genre&quot;: &quot;browser&quot;, &quot;os&quot;: &quot;Win32&quot;, &quot;engine&quot;: &quot;chrome&quot;, &quot;version&quot;: &quot;91.0.4472.124&quot; } </code></pre> <h2>Firefox</h2> <pre class="prettyprint source lang-json"><code>{​ &quot;genre&quot;: &quot;browser&quot;,​ &quot;os&quot;: &quot;win32&quot;, &quot;engine&quot;: &quot;firefox&quot;,​ &quot;version&quot;: &quot;75.0&quot;, ​} </code></pre> <h2>Microsoft Edge</h2> <pre class="prettyprint source lang-json"><code>{ &quot;genre&quot;: &quot;browser&quot;, &quot;os&quot;: &quot;win32&quot;, &quot;engine&quot;: &quot;edg&quot;, &quot;version&quot;: &quot;91.0.864.67&quot; } </code></pre> <h2>Internet Explorer</h2> <pre class="prettyprint source lang-json"><code>{​ &quot;genre&quot;: &quot;browser&quot;,​ &quot;os&quot;: &quot;win32&quot;, &quot;engine&quot;: &quot;trident&quot;,​ &quot;version&quot;: &quot;7.0&quot;, ​} </code></pre> <h2>ASP Classic</h2> <pre class="prettyprint source lang-json"><code>{ &quot;genre&quot;: &quot;server&quot;, &quot;os&quot;: &quot;win64&quot;, &quot;engine&quot;: &quot;IIS/aspClassic&quot;, &quot;version&quot;: &quot;7.5&quot; } </code></pre> <h2>Windows Script Host</h2> <pre class="prettyprint source lang-json"><code>{ &quot;genre&quot;: &quot;script&quot;, &quot;os&quot;: &quot;win64&quot;, &quot;engine&quot;: &quot;WScript&quot;, &quot;version&quot;: &quot;5.8&quot; } </code></pre> </article> </section> </div> <footer> <img class="logo" src="https://y-d-r.co.uk/favicon.ico" style="width: 50px"> <div class="footer-text">Copyright Martin Baker 1985 onwards - ISC License</div> </footer> <script>prettyPrint();</script> <script src="scripts/jquery.min.js"></script> <script src="scripts/tui-doc.js"></script> <script src="scripts/linenumber.js"></script> <script> showLnbExamples(); </script> </body> </html>