ShOrgRu/static/js/share.js

3 lines
94 B
JavaScript

async function shareQuote(title, text, url) {
await navigator.share({title, text, url});
}