我们正在编写类似Assistive User Agent的东西,它使用可访问性API读取屏幕并为用户提供帮助。似乎Chrome和Firefox本身并不支持UIA。这导致我们的实现在Chrome或Firefox更新时中断。除了Microsoft UIA之外,在Chrome和Firefox上都能工作的辅助功能apis是什么?
我开始在Google v38中玩ServiceWorker。我已经将#enable-experimental-web-platform-features设置为about:config中的True,并设置了本地主机以通过https://服务请求。// The SW will be shutdown when not in use to save memory,console.log("SW startup");
self.ad