https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 27f443364c7bc6ebbd569f8d6e8065992b66484c authored by Reza.Zakerinasab on 06 December 2018, 19:35:02 UTC
Check canvas color correction pipeline to be HDR
Tip revision: 27f4433
web-share.idl
// GENERATED CONTENT - DO NOT EDIT
// Content was automatically extracted by Reffy into reffy-reports
// (https://github.com/tidoust/reffy-reports)
// Source: Web Share API - Level 1 (https://wicg.github.io/web-share/)

partial interface Navigator {
  [SecureContext] Promise<void> share(optional ShareData data);
};

dictionary ShareData {
  USVString title;
  USVString text;
  USVString url;
};
back to top