Skip to content

Commit

Permalink
Remove proxy polyfill from the documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
rbri committed Oct 10, 2023
1 parent 1a2cfac commit 98d4125
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
4 changes: 4 additions & 0 deletions src/changes/changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@

<body>
<release version="3.7.0" date="October xx, 2023" description="Firefox 118, Bugfixes">
<action type="fix" dev="rbri">
Remove proxy polyfill from the documentation because it is no longer available
(Proxy/Reflect support was added to core-js).
</action>
<action type="update" dev="rbri">
Upgrade Jetty to 9.4.53.v20231009.
</action>
Expand Down
7 changes: 0 additions & 7 deletions src/site/xdoc/webclient.xml
Original file line number Diff line number Diff line change
Expand Up @@ -203,13 +203,6 @@ public void fetchSupport() throws Exception {
<source><![CDATA[webClient.getOptions().setFetchPolyfillEnabled(true);]]></source>
</subsection>

<subsection name="Proxy Polyfill">
<p>
<a href="https://github.com/ambit-tsai/es6-proxy-polyfill">ambit-tsai/es6-proxy-polyfill</a>
</p>
<source><![CDATA[webClient.getOptions().setProxyPolyfillEnabled(true);]]></source>
</subsection>

</section>
</body>
</document>

0 comments on commit 98d4125

Please sign in to comment.