Skip to content

Commit

Permalink
Add beacon idl file
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke Bjerring committed Mar 7, 2018
1 parent fbf57c4 commit b3a0705
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions interfaces/beacon.idl
@@ -0,0 +1,4 @@

partial interface Navigator {
boolean sendBeacon(USVString url, optional BodyInit? data = null);
};

0 comments on commit b3a0705

Please sign in to comment.