功能政策:跳过不受支持的功能名称“功能名称”和无法识别的功能

问题描述

我有一个带有HTMl和Java脚本的Google表格。当我单击触发代码的按钮(在gsheets中插入数据)时,html表单变为空白,控制台返回许多错误:

Feature Policy: Skipping unsupported feature name “speaker”. userCodeAppPanel

Feature Policy: Skipping unsupported feature name “usb”. userCodeAppPanel

Feature Policy: Skipping unsupported feature name “vibrate”. userCodeAppPanel

Feature Policy: Skipping unsupported feature name “vr”. userCodeAppPanel

Feature Policy: Skipping unsupported feature name “accelerometer”. userCodeAppPanel

Feature Policy: Skipping unsupported feature name “ambient-light-sensor”. userCodeAppPanel

Feature Policy: Skipping unsupported feature name “autoplay”. userCodeAppPanel

Feature Policy: Skipping unsupported feature name “encrypted-media”. userCodeAppPanel

Feature Policy: Skipping unsupported feature name “gyroscope”. userCodeAppPanel

Feature Policy: Skipping unsupported feature name “magnetometer”. userCodeAppPanel

Feature Policy: Skipping unsupported feature name “midi”. userCodeAppPanel

Feature Policy: Skipping unsupported feature name “payment”. userCodeAppPanel

Feature Policy: Skipping unsupported feature name “picture-in-picture”. userCodeAppPanel

Feature Policy: Skipping unsupported feature name “speaker”. userCodeAppPanel

Feature Policy: Skipping unsupported feature name “usb”. userCodeAppPanel

Feature Policy: Skipping unsupported feature name “vibrate”. userCodeAppPanel

有时错误是:

Unrecognized feature: 'speaker'

Unrecognized feature: 'vr' 
(...)

Console error image

我不知道从哪里开始着手解决这个问题

解决方法

我仍然收到所有这些消息,但实际上我发现黑屏是怎么回事。我用来添加数据的按钮是“提交表单”。 ♂‍♂️ 我想我可以忽略这些错误,因为我没有使用任何这些功能

相关问答

依赖报错 idea导入项目后依赖报错,解决方案:https://blog....
错误1:代码生成器依赖和mybatis依赖冲突 启动项目时报错如下...
错误1:gradle项目控制台输出为乱码 # 解决方案:https://bl...
错误还原:在查询的过程中,传入的workType为0时,该条件不起...
报错如下,gcc版本太低 ^ server.c:5346:31: 错误:‘struct...