The Prompt API isn't available in Web Workers for now, due to the complexity of establishing a responsible document for each worker in order to check the permissions policy status.
大多数人认为现代浏览器API应该支持Web Workers以实现并行处理,但作者明确表示Prompt API不支持Web Workers。这与人们对浏览器API应该全面支持现代Web开发模式的认知相悖,限制了开发者在后台线程中使用AI的能力。