Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

Navigator.mozHasPendingMessage()

这篇翻译不完整。请帮忙从英语翻译这篇文章

概要

该方法用来用于判定一个给定类型(type)是否存在未决消息(待处理的消息),返回类型为是(true)或非(false)。

navigator.mozSetMessageHandler() 用于设定一种类型的句柄时,待处理的消息会以异步的方式的传输给应用。 

语法

navigator.mozHasPendingMessage(type);

参数

type
类型是字符串,用于表示一个应用注册的处理函数要处理的消息。要获得有效type的完整列表,请参考navigator.mozSetMessageHandler().

返回值

布尔类型。

规范

规范 状态 注解
Unknown Working Draft 定义了系统消息的接口

浏览器兼容性

Feature Chrome Firefox (Gecko) Internet Explorer Opera Safari (WebKit)
Basic support 未实现 未实现 未实现 未实现 未实现
Feature Android Firefox OS Firefox Mobile (Gecko) IE Mobile Opera Mobile Safari Mobile
Basic support 未实现 1.0 未实现 未实现 未实现 未实现

参见

文档标签和贡献者

 此页面的贡献者: teoli, ReyCG
 最后编辑者: teoli,