Skip to content

Commit

Permalink
Update files/en-us/web/api/htmlanchorelement/ping/index.md
Browse files Browse the repository at this point in the history
Co-authored-by: skyclouds2001 <[email protected]>
  • Loading branch information
ShubhamOulkar and skyclouds2001 authored Jan 27, 2024
1 parent 10db844 commit 75d8c70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/en-us/web/api/htmlanchorelement/ping/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ browser-compat: api.HTMLAnchorElement.ping

{{ApiRef("HTML DOM")}}

The **`ping`** property of the {{domxref("HTMLAnchorElement")}} interface is a space-separated list of URLs. When the link is followed, the browser will send POST requests with the body PING to the URLs.
The **`ping`** property of the {{domxref("HTMLAnchorElement")}} interface is a space-separated list of URLs. When the link is followed, the browser will send {{HTTPMethod("POST")}} requests with the body PING to the URLs.

It reflects the `ping` attribute of the {{HTMLElement("a")}} element.

Expand Down

0 comments on commit 75d8c70

Please sign in to comment.