Chrome 75 Beta 发布,Web 共享功能支持共享文件

栏目: 软件资讯 · 发布时间: 5年前

内容简介:Chrome 75 Beta 目前已在 Android, Chrome OS, Linux, macOS 和 Windows 上提供(版本号 Chrome 75.0.3770.18),作为首个测试版,除了对性能和稳定性的改进,更重要的是带来了不少新功能。 Chrome 75 beta 通过引...

Chrome 75 Beta 目前已在 Android, Chrome OS, Linux, macOS 和 Windows 上提供(版本号 Chrome 75.0.3770.18),作为首个测试版,除了对性能和稳定性的改进,更重要的是带来了不少新功能。

Chrome 75 beta 通过引入新的动画构造函数、Web 动画 API 和低延迟的 canvas 上下文以更好地控制动画的创建。在改进 Web RTC 方面,对 FIDO CTAP2 PIN 的支持已被添加到 Web Authentication API,Service workers 支持显示在Chrome 的任务管理 工具 上。

还有一个值得关注的新功能,因为 Web Share API 中新增对文件的支持,所以 Web 共享功能现在可以共享文件。示例代码:

if (navigator.canShare && navigator.canShare({ files: filesArray })) {
  navigator.share({
    files: filesArray,
    title: 'Vacation Pictures',
    text: 'Barb\nHere are the pictures from our vacation.\n\nJoe',  })
  .then(() => console.log('Share was successful.'))
  .catch((error) => console.log('Sharing failed', error));
} else {
  console.log('Your systems doesn't support sharing files.');
}

如上所述,新功能带来了新方法和新的 shareData 属性,详细内容请查看 Share files with Web Share

至于此前提到的默认启用延迟加载功能,目前暂未看到官方对其的介绍,后续保持关注。


以上所述就是小编给大家介绍的《Chrome 75 Beta 发布,Web 共享功能支持共享文件》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

The Filter Bubble

The Filter Bubble

Eli Pariser / Penguin Press / 2011-5-12 / GBP 16.45

In December 2009, Google began customizing its search results for each user. Instead of giving you the most broadly popular result, Google now tries to predict what you are most likely to click on. Ac......一起来看看 《The Filter Bubble》 这本书的介绍吧!

在线进制转换器
在线进制转换器

各进制数互转换器

UNIX 时间戳转换
UNIX 时间戳转换

UNIX 时间戳转换