Cloudflare Worker Trailing Space Bug in String Literal

A very simple test. You create a worker, then modify hello world to * Note that there is a space at the end of the string. Deployment will report an error API Request Failed: PUT /api/v4/accounts/9e0d39b714fdd7b1b66d46589d33ba59/workers/services/fragrant-hill-498d/environments/production?include_subdomain_availability=true (403)

Cloudflare的worker的JS里面 字符串不能包含 perl -pe空格

一个非常简单的测试. 你创建一个worker, 然后把hello world修改为 perl -pe空格 * 注意字符串的末尾有个空格. 部署就会报错 API Request Failed: PUT /api/v4/accounts/9e0d39b714fdd7b1b66d46589d33ba59/workers/services/fragrant-hill-498d/environments/production?include_subdomain_availability=true (403)