✏️ Meta

This commit is contained in:
Liyas Thomas
2019-09-26 12:05:51 +05:30
parent 6f04d9e8c0
commit 612b518198
2 changed files with 41 additions and 31 deletions

View File

@@ -903,6 +903,7 @@
let time = new Date().toLocaleTimeString();
let date = new Date().toLocaleDateString();
navigator.share({
title: `Postwoman`,
text: `Postwoman • API request builder at ${time} on ${date}`,
url: window.location.href
}).then(() => {