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

问题描述

我有一个带有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

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

解决方法

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