Skip to content

Commit

Permalink
Deploying to gh-pages from @ c6e6c0f 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Feb 19, 2025
1 parent 384b5ed commit ee3e5c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3297,7 +3297,7 @@
</ul></div><div id="menu-toggle"><svg xmlns="http://www.w3.org/2000/svg" style="width:100%; height:100%; stroke:currentColor" viewBox="0 0 120 120" width="54" height="54">
<title>Menu</title>
<path stroke-width="10" stroke-linecap="round" d="M30,60 h60 M30,30 m0,5 h60 M30,90 m0,-5 h60"></path>
</svg></div><div id="menu-spacer" class="menu-spacer"></div><div id="menu"><div id="menu-search"><input type="text" id="menu-search-box" placeholder="Search..."><div id="menu-search-results" class="inactive"></div></div><div id="menu-pins"><div class="menu-pane-header">Pins<button class="unpin-all">clear</button></div><ul id="menu-pins-list"></ul></div><div class="menu-pane-header">Table of Contents</div><div id="menu-toc"><ol class="toc"><li><span class="item-toggle">+</span><a href="#sec-fundamental-objects" title="Fundamental Objects"><span class="secnum">20</span> Fundamental Objects</a><ol class="toc"><li><span class="item-toggle">+</span><a href="#sec-error-objects" title="Error Objects"><span class="secnum">20.5</span> Error Objects</a><ol class="toc"><li><span class="item-toggle">+</span><a href="#sec-properties-of-the-error-prototype-object" title="Properties of the Error Prototype Object"><span class="secnum">20.5.3</span> Properties of the Error Prototype Object</a><ol class="toc"><li><span class="item-toggle">+</span><a href="#sec-get-error.prototype-stack" title="Error.prototype.stack"><span class="secnum">20.5.3.1</span> Error.prototype.stack</a><ol class="toc"><li><span class="item-toggle-none"></span><a href="#sec-get-error.prototype.stack" title="get Error.prototype.stack"><span class="secnum">20.5.3.1.1</span> get Error.prototype.stack</a></li><li><span class="item-toggle-none"></span><a href="#sec-set-error.prototype.stack" title="set Error.prototype.stack"><span class="secnum">20.5.3.1.2</span> set Error.prototype.stack</a></li></ol></li></ol></li></ol></li></ol></li><li><span class="item-toggle-none"></span><a href="#sec-copyright-and-software-license" title="Copyright &amp; Software License"><span class="secnum">A</span> Copyright &amp; Software License</a></li></ol></div></div><div id="spec-container"><h1 class="version">Stage -1 Draft / February 5, 2025</h1><h1 class="title">Error Stack Accessor</h1>
</svg></div><div id="menu-spacer" class="menu-spacer"></div><div id="menu"><div id="menu-search"><input type="text" id="menu-search-box" placeholder="Search..."><div id="menu-search-results" class="inactive"></div></div><div id="menu-pins"><div class="menu-pane-header">Pins<button class="unpin-all">clear</button></div><ul id="menu-pins-list"></ul></div><div class="menu-pane-header">Table of Contents</div><div id="menu-toc"><ol class="toc"><li><span class="item-toggle">+</span><a href="#sec-fundamental-objects" title="Fundamental Objects"><span class="secnum">20</span> Fundamental Objects</a><ol class="toc"><li><span class="item-toggle">+</span><a href="#sec-error-objects" title="Error Objects"><span class="secnum">20.5</span> Error Objects</a><ol class="toc"><li><span class="item-toggle">+</span><a href="#sec-properties-of-the-error-prototype-object" title="Properties of the Error Prototype Object"><span class="secnum">20.5.3</span> Properties of the Error Prototype Object</a><ol class="toc"><li><span class="item-toggle">+</span><a href="#sec-get-error.prototype-stack" title="Error.prototype.stack"><span class="secnum">20.5.3.1</span> Error.prototype.stack</a><ol class="toc"><li><span class="item-toggle-none"></span><a href="#sec-get-error.prototype.stack" title="get Error.prototype.stack"><span class="secnum">20.5.3.1.1</span> get Error.prototype.stack</a></li><li><span class="item-toggle-none"></span><a href="#sec-set-error.prototype.stack" title="set Error.prototype.stack"><span class="secnum">20.5.3.1.2</span> set Error.prototype.stack</a></li></ol></li></ol></li></ol></li></ol></li><li><span class="item-toggle-none"></span><a href="#sec-copyright-and-software-license" title="Copyright &amp; Software License"><span class="secnum">A</span> Copyright &amp; Software License</a></li></ol></div></div><div id="spec-container"><h1 class="version">Stage 2 Draft / February 19, 2025</h1><h1 class="title">Error Stack Accessor</h1>
<emu-clause id="sec-fundamental-objects" number="20">
<h1><span class="secnum">20</span> Fundamental Objects</h1>
Expand Down

0 comments on commit ee3e5c6

Please sign in to comment.