We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
?.
??
Array.prototype.includes
Array.prototype.indexOf
$.ready
{ formatversion: 2, errorformat: 'html' }
{ formatversion: 2 }
input[type=radio]
iframe
mw.hook('InPageEdit')
The text was updated successfully, but these errors were encountered:
bhsd-harry
No branches or pull requests
总框架
代码风格
避免使用?.
、??
等语法,并为过新的原型方法提供polyfill。Array.prototype.includes
代替Array.prototype.indexOf
。初始化
$.ready
。(fix(init): changed init loading order #193)Api对象
{ formatversion: 2, errorformat: 'html' }
{ formatversion: 2 }
。(Add timestamp to page diff function #239)通用方法
_elements
input[type=radio]
和iframe
。_msg
_uri
偏好设置
快速差异
快速编辑
插件
ssi-modal
CodeMirror
mw.hook('InPageEdit')
。(fix(codemirror): wait for hook 'InPageEdit' Plugins#28)WikiEditor
外部插件
The text was updated successfully, but these errors were encountered: