skyclouds2001
skyclouds2001
### Description ### Motivation ### Additional details ### Related issues and pull requests part of the https://github.com/mdn/translated-content/issues/23557 depends on https://github.com/mdn/content/pull/35918
### Description [DocumentPictureInPicture.requestWindow()](https://developer.mozilla.org/en-US/docs/Web/API/DocumentPictureInPicture/requestWindow) ### Motivation ### Additional details ### Related issues and pull requests part of the https://github.com/mdn/translated-content/issues/23557
### Description [Window.documentPictureInPicture](https://developer.mozilla.org/en-US/docs/Web/API/Window/documentPictureInPicture) ### Motivation ### Additional details ### Related issues and pull requests part of https://github.com/mdn/translated-content/issues/23557 depends on https://github.com/mdn/content/pull/35918
### Description ### Motivation ### Additional details ### Related issues and pull requests depends on https://github.com/mdn/content/pull/35768
**这个 PR 做了什么?** (简要描述所做更改) 在 https://github.com/NervJS/taro/pull/16726 的基础上,从项目模板中移除了不再需要的弃用的 babel 插件 同时更新了 babel.config.js 中的参考链接 同时参见文档更新 https://github.com/NervJS/taro-docs/pull/284 **这个 PR 是什么类型?** (至少选择一个) - [ ] 错误修复(Bugfix) issue: fix # - [ ] 新功能(Feature) -...
**这个 PR 做了什么?** (简要描述所做更改) 更新 babel 使用的插件名称 [@babel/plugin-proposal-class-properties](https://www.npmjs.com/package/@babel/plugin-proposal-class-properties) 插件已弃用,应采用 [@babel/plugin-transform-class-properties](https://www.npmjs.com/package/@babel/plugin-transform-class-properties) 注意到 package.json 中已更新使用新插件,但 index.js 中尚未更新使用新插件 查看提交记录注意到对应插件已在 [2ca1ce59c49d7900f6a098165299c2c52ea0548d](https://github.com/NervJS/taro/commit/2ca1ce59c49d7900f6a098165299c2c52ea0548d#diff-995e38033f29a5c3dd25bd338baf27b740b6cba2ca798181c9bd390e6b077729R29) 提交中更新为新插件,但在 [c7688632f566016465e257756707acafbac604a6](https://github.com/NervJS/taro/commit/c7688632f566016465e257756707acafbac604a6#diff-4b9fa15435482f1e950a9f332ee21ffc812b417191a7302bab115cf0fb3d610dR179) 中意外地恢复为弃用的原插件(但未恢复 package.json 中的) 在合并该 PR 后,就可以回退 [5400d1f4bd538bdb5e022e0a3abccb92f1483826](https://github.com/NervJS/taro/commit/5400d1f4bd538bdb5e022e0a3abccb92f1483826#diff-6eeac9f03bb102ede2f62be2e05878675d7b1491a3a288b33cf67a1622731ee3R66),从项目模板中移除该弃用的插件,参见 https://github.com/NervJS/taro/pull/16727 > 考虑到该插件已被包含在 `@babel/preset-env`...
### 相关平台 H5 ### 复现仓库 [https://github.com/skyclouds2001/taro-template-sky/tree/template-error-report](https://github.com/skyclouds2001/taro-template-sky/tree/template-error-report) **浏览器版本: Chrome 128** **包管理器: pnpm 9.9.0** **使用框架: React** ### 复现步骤 1. 运行 pnpm i 下载依赖 2. 运行 pnpm dev:h5 运行项目 ### 期望结果 项目能够正常运行 ###...
### Proposal document for Storage Buckets API The API provides a way for sites to organize locally stored data into groupings called "storage buckets". This allows the user agent or...
### Proposal Documentation for [Digital Goods API](https://wicg.github.io/digital-goods/) ### Browser support per BCD, only support for Android Chrome ### Tasks - [ ] Digital Goods API summary - [ ] `Window.getDigitalGoodsService()`...
### Proposal spec at https://w3c.github.io/mediacapture-region/ as this spec has implement by one engine(C), and BCD already added ### Browser support Supported for Chrome since v104, not supported in other browsers...