@wider/utils_where-am-i
Version:
Determine where your code is running
144 lines (121 loc) • 5.09 kB
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>{
"genre":"server",
"os":"win32",
"engine":"node",
"version":"v13.14.0"
}
</code></pre>
<h2>Chrome</h2>
<pre class="prettyprint source lang-json"><code>{
"genre": "browser",
"os": "Win32",
"engine": "chrome",
"version": "91.0.4472.124"
}
</code></pre>
<h2>Firefox</h2>
<pre class="prettyprint source lang-json"><code>{
"genre": "browser",
"os": "win32",
"engine": "firefox",
"version": "75.0",
}
</code></pre>
<h2>Microsoft Edge</h2>
<pre class="prettyprint source lang-json"><code>{
"genre": "browser",
"os": "win32",
"engine": "edg",
"version": "91.0.864.67"
}
</code></pre>
<h2>Internet Explorer</h2>
<pre class="prettyprint source lang-json"><code>{
"genre": "browser",
"os": "win32",
"engine": "trident",
"version": "7.0",
}
</code></pre>
<h2>ASP Classic</h2>
<pre class="prettyprint source lang-json"><code>{
"genre": "server",
"os": "win64",
"engine": "IIS/aspClassic",
"version": "7.5"
}
</code></pre>
<h2>Windows Script Host</h2>
<pre class="prettyprint source lang-json"><code>{
"genre": "script",
"os": "win64",
"engine": "WScript",
"version": "5.8"
}
</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>