mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
9 lines
239 B
HTML
9 lines
239 B
HTML
<!DOCTYPE HTML>
|
|
<script class="testbody" type="text/javascript">
|
|
|
|
var beaconUrl = "http://mochi.test:8888/chrome/dom/tests/mochitest/beacon/beacon-set-cookie.sjs";
|
|
|
|
navigator.sendBeacon(beaconUrl, "ceci n'est pas une demande");
|
|
|
|
</script>
|