浏览器window对象

5 篇文章 0 订阅
1 篇文章 0 订阅

浏览器windows对象介绍

(未完待续)

序号

名称

类型或值

描述

001

alert

function alert()

弹出对话框

002

applicationCache

ApplicationCache

应用程序缓存Application Cache

003

atob

function atob()

编码为base64

004

blur

function ()

设置元素取消焦点

005

btoa

function btoa()

解码base64

006

caches

CacheStorage

缓存储存

007

cancelAnimationFrame

function cancelAnimationFrame()

取消先前通过调用调度的动画帧请求

008

cancelIdleCallback

function cancelIdleCallback()

取消了先前调度的windows . requestidlecallback()的回调

009

captureEvents

function captureEvents()

注册窗口以捕获指定类型的所有事件

010

chrome

Object

chrom相关

011

clearInterval

function clearInterval()

取消了以前通过调用setInterval()建立的一个重复定时器

012

clearTimeout

function clearTimeout()

取消了先前通过调用setTimeout()建立的延迟定时器

013

clientInformation

Navigator

浏览器导航对象

014

close

function ()

关闭当前窗口或一个弹窗

015

closed

false

只读属性指示所引用的窗口是否关闭

016

confirm

function confirm()

显示带有可选消息和两个按钮的模态对话框,OK和Cancel。

017

console

Object

只读属性返回对控制台对象的引用,该对象提供将信息记录到浏览器控制台的方法。

018

createImageBitmap

function createImageBitmap()

接受各种不同的图像来源,并返回一个可以解析为ImageBitmap的图像对象。可选地,源被裁剪到(sx, sy)的矩形像素,宽度为sw,高度为sh

019

crypto

Crypto

只读属性返回与全局对象关联的crypto对象。此对象允许web页面访问某些与密码相关的服务

020

customElements

CustomElementRegistry

只读属性返回对CustomElementRegistry对象的引用,该对象可用于注册新的自定义元素并获取关于以前注册的自定义元素的信息。

021

defaultStatus

""

获取或设置给定窗口的状态栏文本

022

defaultstatus

""

 

023

devicePixelRatio

1

返回物理像素中的分辨率与当前显示设备的CSS像素分辨率的比率。

024

document

document

窗口中包含的文档的引用

025

external

External

Expando属性是用JavaScript添加到DOM节点的属性,这些属性不是对象的DOM规范的一部分

026

fetch

function fetch()

从网络获取资源

027

find

function find()

在页面中查找一个字符串

028

focus

function ()

设置元素获得焦点

029

frameElement

null

返回嵌入窗口的元素(例如iframe)

030

frames

Window

它是一个类数组的对象,列出当前窗口的直接frame

031

getComputedStyle

function getComputedStyle()

获取的是最终应用在元素上的所有CSS属性对象

032

getMatchedCSSRules

function getMatchedCSSRules()

获得一个元素的匹配CSS规则

033

getSelection

function getSelection()

返回一个选择对象,该对象表示用户选择的文本范围或插入符号的当前位置。

034

history

History

history只读属性返回对history对象的引用,该对象提供了操作浏览器会话历史记录的接口(在当前页面加载的选项卡或框架中访问的页面)。

035

indexedDB

IDBFactory

用于在浏览器中存储大型数据结构,并将其索引为高性能搜索

036

innerHeight

662

浏览器窗口视图的高度(以像素为单位),包括水平滚动条高度(如果渲染的话)

037

innerWidth

902

浏览器窗口视图的宽度(以像素为单位),包括垂直滚动条宽度(如果渲染的话)

038

isSecureContext

true

只读属性指示上下文是否能够使用需要安全上下文的特性。

039

length

0

返回窗口中的帧数(框架或iframe元素)

040

localStorage

Storage

只读本地存储属性允许同源的文档访问存储对象;存储的数据保存在浏览器会话中

041

location

Location

只读属性返回带有文档当前位置信息的location对象

042

locationbar

BarProp

返回locationbar对象,可以检查其可见性

043

matchMedia

function matchMedia()

返回一个新的MediaQueryList对象,该对象表示指定媒体查询字符串的解析结果

044

menubar

BarProp

返回menubar对象,该对象的可见性可以被检查

045

moveBy

function moveBy()

移动当前窗口指定的偏移量

046

moveTo

function moveTo()

将窗口移动到指定的坐标

047

name

""

获取/设置窗口的名称

048

navigator

Navigator

只读属性返回对navigator对象的引用

049

onabort

null

发送到窗口的中止事件的事件处理程序(Firefox 2或Safari无法提供)

050

onanimationend

null

animationend事件的事件处理,动画周期结束时触发

051

onanimationiteration

null

animationiteration事件的事件处理程序,当CSS动画到达迭代结束时触发

052

onanimationstart

null

animationstart事件的事件处理程序,当CSS动画开始播放时触发

053

onauxclick

null

onauxclick属性是在发送auxclick事件时调用的一个EventHandler属性,表示输入设备上按了一个非主按钮(例如鼠标中键)

054

onbeforeunload

null

onbeforeunload事件处理程序,此事件在窗口即将卸载资源时触发,文档仍然可见,事件可以取消

055

onblur

null

当元素失去焦点时触发此事件

056

oncancel

null

当动画取消时触发此事件

057

oncanplay

null

在视频(video)准备开始播放时触发

058

oncanplaythrough

null

当视频可以正常播放且无需停顿时触发

059

onchange

null

在表单元素的内容改变时触发

060

onclick

null

用户点击某个元素时触发

061

onclose

null

向窗口发送关闭事件时触发

062

oncontextmenu

null

右键单击时触发

063

oncuechange

null

当TextTrack改变当前显示的提示时就会触发

064

ondblclick

null

鼠标双击时触发

065

ondevicemotion

null

设备的加速传感器检测到一个晃动时触发

066

ondeviceorientation

null

设备的物理方向信息,陀螺仪、罗盘信息改变时触发

067

ondeviceorientationabsolute

null

一种用于device定向绝对事件的事件处理程序,其中包含关于绝对设备定向更改的信息

068

ondrag

null

拖动时触发

069

ondragend

null

拖动完毕时触发

070

ondragenter

null

在拖动的元素进入到放置目标时触发

071

ondragleave

null

在可拖动的元素移出放置目标时触发

072

ondragover

null

在元素正在拖动到放置目标时触发

073

ondragstart

null

用户开始拖动元素时触发

074

ondrop

null

元素正在拖动时触发

075

ondurationchange

null

当音乐频、视频的时长已经更改时触发

076

onemptied

null

    当期播放列表为空时触发

077

onended

null

在视频/音频(audio/video)播放结束时触发

078

onerror

null

在视频/音频(audio/video)数据加载期间发生错误时触发

079

onfocus

null

元素获取焦点时触发

080

ongotpointercapture

null

 

081

onhashchange

null

当窗口的hash发生变化时会触发

082

oninput

null

元素获取用户输入时触发

083

oninvalid

null

 

084

onkeydown

null

某个键盘按键被按下时触发

085

onkeypress

null

某个键盘按键被按下并松开时触发

086

onkeyup

null

某个键盘按键被松开时触发

087

onlanguagechange

null

这样的事件是由浏览器发送的,首选语言列表已经更新时触发

088

onload

null

页面或一幅图像完成加载时触发

089

onloadeddata

null

在浏览器加载视频/音频当前帧时触发触发

090

onloadedmetadata

null

在指定视频/音频元数据加载后触发

091

onloadstart

null

件在浏览器开始寻找指定视频/音频触发

092

onlostpointercapture

null

 

093

onmessage

null

通过或者从对象(WebSocket, Web Worker, Event Source 或者子 frame 或父窗口)接收到消息时触发

094

onmousedown

null

鼠标按钮被按下时触发

095

onmouseenter

null

当鼠标指针移动到元素上时触发

096

onmouseleave

null

当鼠标指针移出元素时触发

097

onmousemove

null

鼠标被移动时触发

098

onmouseout

null

鼠标从某元素移开时触发

099

onmouseover

null

鼠标移到某元素之上时触发

100

onmouseup

null

鼠标按键被松开时触发

101

onmousewheel

null

在鼠标滚轮在元素上下滚动时触发,已废弃,使用onwheel 事件替代

102

onoffline

null

件在浏览器开始离线工作时触发

103

ononline

null

在浏览器开始在线工作时触发

104

onpagehide

null

在用户离开当前网页跳转到另外一个页面时触发

105

onpageshow

null

在用户访问页面时触发

106

onpause

null

在视频/音频暂停时触发

107

onplay

null

在视频/音频开始播放时触发

108

onplaying

null

在视频/音频暂停或者在缓冲后准备重新开始播放时触发

109

onpointercancel

null

 

110

onpointerdown

null

当指向设备最初按下时会被触发

111

onpointerenter

null

 

112

onpointerleave

null

当指针(鼠标指针、指尖等)退出它的hit test区域时(例如,如果光标退出一个元素或窗口的内容区域),则将其传递给节点。这个事件是指针事件API的一部分

113

onpointermove

null

当指针(鼠标指针、指尖等)移动时触发

114

onpointerout

null

当指针(鼠标指针、指尖等)离开时触发

115

onpointerover

null

当指针(鼠标指针、指尖等)进入时触发

116

onpointerup

null

 

117

onpopstate

null

在窗口的浏览历史(history 对象)发生改变时触发

118

onprogress

null

浏览器下载指定的视频/音频时触发

119

onratechange

null

在视频/音频的播放速度发送改变时触发

120

onrejectionhandled

null

 

121

onreset

null

表单重置时触发

122

onresize

null

窗口或框架被重新调整大小时触发

123

onscroll

null

当文档被滚动时触发

124

onsearch

null

<input type="search" οnsearch="myFunction()">

当提交搜索时触发

125

onseeked

null

在用户重新定位视频/音频的播放位置后触发

126

onseeking

null

在用户开始重新定位视频/音频时触发

127

onselect

null

用户选取文本时触发

128

onshow

null

当 <menu> 元素在上下文菜单显示时触发

129

onstalled

null

在浏览器获取媒体数据,但媒体数据不可用时触发

130

onstorage

null

在 Web Storage(HTML 5 Web 存储)更新时触发

131

onsubmit

null

表单提交时触发

132

onsuspend

null

在浏览器读取媒体数据中止时触发

133

ontimeupdate

null

在当前的播放位置发送改变时触发

134

ontoggle

null

在用户打开或关闭 <details> 元素时触发

135

ontransitionend

null

当CSS转换完成时触发

136

onunhandledrejection

null

 

137

onunload

null

用户退出页面时触发

138

onvolumechange

null

在音量发生改变时触发

139

onwaiting

null

在视频由于要播放下一帧而需要缓冲时触发

140

onwebkitanimationend

null

动画结束时触发

141

onwebkitanimationiteration

null

动画重复播放时触发

142

onwebkitanimationstart

null

动画开始时触发

143

onwebkittransitionend

null

在元素的每个样式属性过度完之后触发

144

onwheel

null

鼠标滚轮在元素上下滚动时触发

145

open

function open()

用于设置或者返回对话窗口是否打开,document.getElementById("myDialog").open = true;

146

openDatabase

function openDatabase()

打开数据库,window.openDatabase("数据库名字", "版本","数据库描述",数据库大小);

147

opener

null

返回打开当前窗口的窗口的引用

148

origin

"null"

起源请求头指出fetch源自何处。它不包括任何路径信息,只包括服务器名

149

outerHeight

728

它代表了整个浏览器窗口的高度,包括侧边栏(如果扩展)

150

outerWidth

1366

它表示整个浏览器窗口的宽度,包括侧边栏(如果扩展)

151

pageXOffset

0

只读scrollX属性返回文档当前水平滚动的像素的数量。在现代浏览器中,这个值是亚像素的精确值,这意味着它不一定是一个整数

152

pageYOffset

0

只读窗口属性,它返回文档当前沿着垂直轴(即向上或向下)滚动的像素的数量,它的值为0.0,这表明文档的顶部边缘与窗口的内容区域的顶部边缘对齐

153

parent

Window

指当前窗口或子框架的父窗口

154

performance

Performance

返回一个性能对象,它可以用来收集关于当前文档的性能信息

155

personalbar

BarProp

返回personalbar对象

156

postMessage

function ()

安全地支持窗口对象之间的跨源通信;例如,在一个页面和一个弹出窗口之间,或者在一个页面和一个嵌入其中的iframe之间

157

print

function print()

打开打印对话框打印当前文档

158

prompt

function prompt()

显示一个带有可选信息的对话框,提示用户输入一些文本

159

releaseEvents

function releaseEvents()

从捕获特定类型的事件中释放窗口

160

requestAnimationFrame

function requestAnimationFrame()

告诉浏览器,你希望执行一个动画,并请求浏览器调用指定的函数来在下一次重新绘制之前更新动画

161

requestIdleCallback

function requestIdleCallback()

排队在浏览器空闲期间调用一个函数。这使开发人员能够在主事件循环上执行后台和低优先级的工作,而不会影响诸如动画和输入响应之类的延迟关键事件

162

resizeBy

function resizeBy()

调整当前窗口变大或变小指定数量

163

resizeTo

function resizeTo()

调整窗口为指定大小

164

screen

Screen

返回与窗口相关联的屏风对象的引用

165

screenLeft

0

从主屏幕的左边到当前屏幕的左边,返回像素的距离

166

screenTop

0

从主屏幕的顶部到当前屏幕的顶部,返回像素的距离

167

screenX

0

返回窗口相对于屏幕的X坐标

168

screenY

0

返回窗口相对于屏幕的Y坐标

169

scroll

function scroll()

将页面滚动到文档中的特定位置

170

scrollBy

function scrollBy()

把内容滚动指定的像素数

171

scrollTo

function scrollTo()

把内容滚动到指定的坐标

172

scrollX

0

只读属性,返回文档当前水平滚动的像素的数量。在现代浏览器中,这个值是亚像素的精确值,这意味着它不一定是一个整数

173

scrollY

0

只读属性返,回文档当前垂直滚动的像素的数量。在现代浏览器中,这个值是亚像素的精确值,这意味着它不一定是一个整数

174

scrollbars

BarProp

返回滚动条对象,它的可见性可以被检查

175

self

Window

只读属性返回窗口本身,作为一个窗口代理

176

sessionStorage

Storage

sessionStorage类似于windows.localstorage;唯一的区别是,存储在localStorage中的数据没有失效时间概念,存储在sessionStorage中的数据在页面会话结束时被清除

177

setInterval

function setInterval()

重复调用一个函数或执行一个代码片段,每次调用之间有一个固定的时间延迟。它返回一个间隔ID,它惟一地标识间隔,所以您可以通过调用clearInterval()来删除它

178

setTimeout

function setTimeout()

设置一个计时器,该计时器在计时器到期后执行一个函数或指定的代码段

179

speechSynthesis

SpeechSynthesis

窗口对象的语音合成只读属性返回一个语音合成对象

180

status

""

在浏览器底部的状态栏中设置文本,或者返回先前设定的文本

181

statusbar

BarProp

返回statusbar对象

182

stop

function stop()

停止窗口加载

183

styleMedia

StyleMedia

 

184

toolbar

BarProp

返回工具栏对象

185

top

Window

返回窗口层次结构中的顶层窗口的引用

186

webkitCancelAnimationFrame

function webkitCancelAnimationFrame()

取消以前通过对window.requestanimationframe()调用的动画帧请求

187

webkitRequestAnimationFrame

function webkitRequestAnimationFrame()

requestanimationframe()方法告诉浏览器,您希望执行一个动画和请求。浏览器调用一个指定的函数来在下一次重新绘制之前更新一个动画。这个方法接受一个回调

188

webkitRequestFileSystem

function webkitRequestFileSystem()

获得一个沙箱文件系统供自己使用。返回的文件系统可以使用。非标准窗口方法requestfile()方法是一种Google chrome特有的方法,它允许与其他文件系统api一起使用

189

webkitResolveLocalFileSystemURL

function webkitResolveLocalFileSystemURL()

创建并返回一个包含URL的字符串,该URL可以用来识别文件系统条目

190

webkitStorageInfo

DeprecatedStorageInfo

Web存储的相关信息

191

window

Window

关于浏览器窗口的信息

192

Infinity

Infinity

全局无穷大属性是一个表示无穷大的数值

193

AnalyserNode

function AnalyserNode()

它能够提供实时频率和时域分析。分析信息。它是一个音频流,它将音频流从输入输出到输出

194

AnimationEvent

function AnimationEvent()

AnimationEvent接口代表提供与动画相关的信息的事件

195

AppBannerPromptResult

function AppBannerPromptResult()

 

196

ApplicationCache

function ApplicationCache()

返回对窗户的应用程序缓存对象的引用

197

ApplicationCacheErrorEvent

function ApplicationCacheErrorEvent()

 

198

Array

function Array()

用于数组构造

199

ArrayBuffer

function ArrayBuffer()

ArrayBuffer对象用来表示一个通用的、固定长度的原始二进制数据缓冲区。您不能操纵ArrayBuffer的内容;相反,你创建一个类型化数组对象或DataView对象用一种特定的格式表示缓冲区,并使用它来读取和写入缓冲区的内容

200

Attr

function Attr()

用于检索所选元素的属性值

201

Audio

function Audio()

 

202

AudioBuffer

function AudioBuffer()

实现mediaelementsourcenode更合适。缓冲区包含以下的数据。32bits浮点缓冲区,每个样本在-1.0和1.0之间。如果音频缓冲区有多个通道这些类型的对象被设计用来保存小的音频片段,通常小于45秒。对于较长的声音。通道,它们被存储在单独的缓冲区中

203

AudioBufferSourceNode

function AudioBufferSourceNode()

音频缓冲sourcenode接口是一个音频序列的sourcenode,它表示一个音频源的一致性。内存中的音频数据存储在一个音频缓冲区中。它对于回放音频特别有用

204

AudioContext

function AudioContext()

音频上下文接口代表一个由音频模块连接在一起的音频处理图,每个都由一个AudioNode表示

205

AudioDestinationNode

function AudioDestinationNode()

音频目的地节点没有输出(因为它是输出,在音频图中没有更多的AudioNode可以链接)和一个输入。输入的通道数量必须在0和maxChannelCount之间

206

AudioListener

function AudioListener()

请注意,每个上下文只有一个侦听器,而且它不是一个AudioNode

207

AudioNode

function AudioNode()

AudioNode接口是表示音频处理模块的通用接口

208

AudioParam

function AudioParam()

代表一个音频相关的参数,通常是一个音频的参数

209

AudioProcessingEvent

function AudioProcessingEvent()

t代表了当ScriptProcessorNode输入。输入缓冲区准备被处理时发生的事件

210

AudioScheduledSourceNode

function AudioScheduledSourceNode()

 

211

BarProp

function BarProp()

 

212

BaseAudioContext

function BaseAudioContext()

基音频上下文接口充当在线和离线音频处理图的基本定义。图,分别由音频上下文和离线音频上下文表示

213

BatteryManager

function BatteryManager()

电池管理器接口提供了获取系统电池电量信息的方法

214

BeforeInstallPromptEvent

function BeforeInstallPromptEvent()

在用户被提示之前,onbeforeinstall提示处理程序。提示将一个web站点“安装”到移动的主屏幕上

215

BeforeUnloadEvent

function BeforeUnloadEvent()

当窗口、文档及其资源即将被卸载时,卸载事件就会被触发

216

BiquadFilterNode

function BiquadFilterNode()

创建了一个新的BiquadFilterNode对象,它是一个简单的低阶过滤器,它是使用音频context.createbiquadfilter()方法创建的

217

Blob

function Blob()

Blob对象代表一个类似于文件的、不可变的原始数据对象

218

BlobEvent

function BlobEvent()

BlobEvent接口表示与Blob相关的事件

219

Boolean

function Boolean()

返回一个boolean值,在计算机科学中,布尔值是一种逻辑数据类型,它只能具有真(true)或假(false)的值

220

BroadcastChannel

function BroadcastChannel()

BroadcastChannel()构造器创建了一个新的BroadcastChannel,并将其连接到底层通道.channel

221

ByteLengthQueuingStrategy

function ByteLengthQueuingStrategy()

提供了一个内置的字节长度队列

222

CDATASection

function CDATASection()

CDATASection接口表示一个CDATA节,可以在XML中使用,以包含扩展

223

CSS

function CSS()

它允许你从预处理器自身的独特语法中生成CSS

224

CSSConditionRule

function CSSConditionRule()

代表了一个单一条件的CSS规则

225

CSSFontFaceRule

function CSSFontFaceRule()

 

226

CSSGroupingRule

function CSSGroupingRule()

实现CSSGroupingRule接口代表任何包含内部嵌套规则的CSS at规则

227

CSSImportRule

function CSSImportRule()

 

228

CSSKeyframeRule

function CSSKeyframeRule()

它代表给定关键帧的一组样式

229

CSSKeyframesRule

function CSSKeyframesRule()

它代表了一个完整的css动画的关键帧集合

230

CSSMediaRule

function CSSMediaRule()

 

231

CSSNamespaceRule

function CSSNamespaceRule()

描述一个代表单个CSS@namespace at规则的对象

232

CSSPageRule

function CSSPageRule()

CSS@page规则的接口。它实现了CSSRule接口

233

CSSRule

function CSSRule()

CSSRule接口

234

CSSRuleList

function CSSRuleList()

一个CSSRuleList是一个(不直接修改的)数组样对象,内含一个有序的CSSRule集合

235

CSSStyleDeclaration

function CSSStyleDeclaration()

CSS样式声明代表了CSS属性值对的集合

236

CSSStyleRule

function CSSStyleRule()

 

237

CSSStyleSheet

function CSSStyleSheet()

 

238

CSSSupportsRule

function CSSSupportsRule()

静态方法返回一个布尔值,指示浏览器是否支持给定的的样式

239

CSSViewportRule

function CSSViewportRule()

 

240

Cache

function Cache()

 

241

CacheStorage

function CacheStorage()

 

242

CanvasCaptureMediaStreamTrack

function CanvasCaptureMediaStreamTrack()

代表了MediaStream中包含的视频轨迹,它是在对htmlcanvas元素.capturestream()的调用之后从画布生成的

243

CanvasGradient

function CanvasGradient()

canvas渐变界面代表一个不透明的对象,描述了一个梯度

244

CanvasPattern

function CanvasPattern()

代表一个不透明的对象,它描述模式,基于图像、画布或视频

245

CanvasRenderingContext2D

function CanvasRenderingContext2D()

在画布元素上调用getContext(),提供“2d”作为参数

246

ChannelMergerNode

function ChannelMergerNode()

如果ChannelMergerNode有一个单独的输出,但是有许多输入,通道合并数据

247

ChannelSplitterNode

 

function ChannelSplitterNode()

如果您的ChannelSplitterNode总是有一个单一的输入,那么输出的数量是由一个参数。构造函数和对音频context.createchannel分配器()的调用来定义的。在没有给出任何值的情况下,它将会默认为6。如果输入的通道比输出的要少,那么就会产生额外的输出

248

CharacterData

function CharacterData()

字符数据抽象接口表示一个包含字符的节点对象

249

ClientRect

function ClientRect()

 

250

ClientRectList

function ClientRectList()

 

251

ClipboardEvent

function ClipboardEvent()

 

252

CloseEvent

function CloseEvent()

 

253

Comment

function Comment()

 

254

CompositionEvent

function CompositionEvent()

 

255

ConstantSourceNode

function ConstantSourceNode()

 

256

ConvolverNode

function ConvolverNode()

 

257

CountQueuingStrategy

function CountQueuingStrategy()

 

258

Credential

function Credential()

 

259

CredentialsContainer

function CredentialsContainer()

 

260

Crypto

function Crypto()

加密接口表示当前上下文中可用的基本加密特性

261

CryptoKey

function CryptoKey()

接口表示从特定键算法派生出的加密密钥

262

CustomElementRegistry

function CustomElementRegistry()

 

263

CustomEvent

function CustomEvent()

 

264

DOMError

function DOMError()

DOMError接口描述了一个包含错误名称的错误DOM对象

265

DOMException

function DOMException()

 

266

DOMImplementation

function DOMImplementation()

 

267

DOMParser

function DOMParser()

 

268

DOMStringList

function DOMStringList()

 

269

DOMStringMap

function DOMStringMap()

 

270

DOMTokenList

function DOMTokenList()

 

271

DataTransfer

function DataTransfer()

 

272

DataTransferItem

function DataTransferItem()

 

273

DataTransferItemList

function DataTransferItemList()

 

274

DataView

function DataView()

DataView视图提供了一个低级接口,用于读取和写入字节数据

275

Date

function Date()

创建一个JavaScript日期实例,它代表一个时间的单个时刻

276

DelayNode

function DelayNode()

 

277

DeviceMotionEvent

function DeviceMotionEvent()

 

278

DeviceOrientationEvent

function DeviceOrientationEvent()

 

279

Document

function Document()

文档接口代表浏览器中加载的任何web页面,并充当进入的入口点

280

DocumentFragment

function DocumentFragment()

 

281

DocumentType

function DocumentType()

 

282

DragEvent

function DragEvent()

 

283

DynamicsCompressorNode

function DynamicsCompressorNode()

 

284

Element

function Element()

各种元素的共同属性。更具体的类继承了元素。元素是文档中所有对象继承的最通用的基类。它只有方法

285

Error

function Error()

当运行时错误发生时,会抛出错误该类型对象的实例

286

ErrorEvent

function ErrorEvent()

ErrorEvent接口代表事件,提供与脚本或文件中的错误相关的信息

287

EvalError

function EvalError()

EvalError对象指出了关于全局eval()函数的错误。这个例外不会被JavaScript抛出,但是EvalError对象仍然保持兼容性

288

Event

function Event()

事件的类型,其中一些使用基于主事件接口的其他接口

289

EventSource

function EventSource()

EventSource接口是web content与服务器发送事件的接口。EventSource实例打开……连接到HTTP服务器,后者以text/eventstream格式发送事件

290

EventTarget

function EventTarget()

派出的事件。在事件的冒泡或捕获阶段期间调用事件处理程序时的当前事件

291

FederatedCredential

function FederatedCredential()

 

292

File

function File()

文件接口提供关于文件的信息,并允许web页面中的JavaScript访问它们

293

FileList

function FileList()

由HTML输入元素的文件属性返回;这让您可以使用输入类型=“file”元素访问选定的文件列表。它还被用于在web内容中放入的文件列表

294

FileReader

function FileReader()

FileReader对象让web应用程序异步地读取文件(或原始数据缓冲区)的内容。在用户的计算机上,使用文件或Blob对象来指定要读取的文件或数据

295

Float32Array

function Float32Array()

32位浮点数array类型化数组代表一个64位浮点数的数组

296

Float64Array

function Float64Array()

64位浮点数array类型化数组代表一个64位浮点数的数组

297

FocusEvent

function FocusEvent()

FocusEvent接口代表焦点相关的事件

298

FontFace

function FontFace()

FontFace接口表示一个可用的字体面。它允许控制字体的来源。字体,作为外部资源的URL,或者是一个缓冲区;它还允许控制字体。字体的加载和当前状态

299

FontFaceSetLoadEvent

function FontFaceSetLoadEvent()

 

300

FormData

function FormData()

FormData接口提供了一种方法,可以轻松地构造一组表示表单字段的键/值对。如果将编码类型设置为“多部分/表单数据”,则表单将使用相同的格式

301

Function

function Function()

JavaScript中的函数也是一个对象。一个函数是一个可以被其他代码或它自己调用的代码片段,或者一个引用的变量

302

GainNode

function GainNode()

 

303

Gamepad

function Gamepad()

 

304

GamepadButton

function GamepadButton()

 

305

GamepadEvent

function GamepadEvent()

 

306

HTMLAllCollection

function HTMLAllCollection()

 

307

HTMLAnchorElement

function HTMLAnchorElement()

 

308

HTMLAreaElement

function HTMLAreaElement()

 

309

HTMLAudioElement

function HTMLAudioElement()

 

310

HTMLBRElement

function HTMLBRElement()

 

311

HTMLBaseElement

function HTMLBaseElement()

 

312

HTMLBodyElement

function HTMLBodyElement()

 

313

HTMLButtonElement

function HTMLButtonElement()

 

314

HTMLCanvasElement

function HTMLCanvasElement()

 

315

HTMLCollection

function HTMLCollection()

 

316

HTMLContentElement

function HTMLContentElement()

 

317

HTMLDListElement

function HTMLDListElement()

 

318

HTMLDataListElement

function HTMLDataListElement()

 

319

HTMLDetailsElement

function HTMLDetailsElement()

 

320

HTMLDialogElement

function HTMLDialogElement()

 

321

HTMLDirectoryElement

function HTMLDirectoryElement()

 

322

HTMLDivElement

function HTMLDivElement()

 

323

HTMLDocument

function HTMLDocument()

 

324

HTMLElement

function HTMLElement()

 

325

HTMLEmbedElement

function HTMLEmbedElement()

 

326

HTMLFieldSetElement

function HTMLFieldSetElement()

 

327

HTMLFontElement

function HTMLFontElement()

 

328

HTMLFormControlsCollection

function HTMLFormControlsCollection()

 

329

HTMLFormElement

function HTMLFormElement()

 

330

HTMLFrameElement

function HTMLFrameElement()

 

331

HTMLFrameSetElement

function HTMLFrameSetElement()

 

332

HTMLHRElement

function HTMLHRElement()

 

333

HTMLHeadElement

function HTMLHeadElement()

 

334

HTMLHeadingElement

function HTMLHeadingElement()

 

335

HTMLHtmlElement

function HTMLHtmlElement()

 

336

HTMLIFrameElement

function HTMLIFrameElement()

 

337

HTMLImageElement

function HTMLImageElement()

 

338

HTMLInputElement

function HTMLInputElement()

 

339

HTMLLIElement

function HTMLLIElement()

 

340

HTMLLabelElement

function HTMLLabelElement()

 

341

HTMLLegendElement

function HTMLLegendElement()

 

342

HTMLLinkElement

function HTMLLinkElement()

 

343

HTMLMapElement

function HTMLMapElement()

 

344

HTMLMarqueeElement

function HTMLMarqueeElement()

 

345

HTMLMediaElement

function HTMLMediaElement()

 

346

HTMLMenuElement

function HTMLMenuElement()

 

347

HTMLMetaElement

function HTMLMetaElement()

 

348

HTMLMeterElement

function HTMLMeterElement()

 

349

HTMLModElement

function HTMLModElement()

 

350

HTMLOListElement

function HTMLOListElement()

 

351

HTMLObjectElement

function HTMLObjectElement()

 

352

HTMLOptGroupElement

function HTMLOptGroupElement()

 

353

HTMLOptionElement

function HTMLOptionElement()

 

354

HTMLOptionsCollection

function HTMLOptionsCollection()

 

355

HTMLOutputElement

function HTMLOutputElement()

 

356

HTMLParagraphElement

function HTMLParagraphElement()

 

357

HTMLParamElement

function HTMLParamElement()

 

358

HTMLPictureElement

function HTMLPictureElement()

 

359

HTMLPreElement

function HTMLPreElement()

 

360

HTMLProgressElement

function HTMLProgressElement()

 

361

HTMLQuoteElement

function HTMLQuoteElement()

 

362

HTMLScriptElement

function HTMLScriptElement()

 

363

HTMLSelectElement

function HTMLSelectElement()

 

364

HTMLShadowElement

function HTMLShadowElement()

 

365

HTMLSlotElement

function HTMLSlotElement()

 

366

HTMLSourceElement

function HTMLSourceElement()

 

367

HTMLSpanElement

function HTMLSpanElement()

 

368

HTMLStyleElement

function HTMLStyleElement()

 

369

HTMLTableCaptionElement

function HTMLTableCaptionElement()

 

370

HTMLTableCellElement

function HTMLTableCellElement()

 

371

HTMLTableColElement

function HTMLTableColElement()

 

372

HTMLTableElement

function HTMLTableElement()

 

373

HTMLTableRowElement

function HTMLTableRowElement()

 

374

HTMLTableSectionElement

function HTMLTableSectionElement()

 

375

HTMLTemplateElement

function HTMLTemplateElement()

 

376

HTMLTextAreaElement

function HTMLTextAreaElement()

 

377

HTMLTitleElement

function HTMLTitleElement()

 

378

HTMLTrackElement

function HTMLTrackElement()

 

379

HTMLUListElement

function HTMLUListElement()

 

380

HTMLUnknownElement

function HTMLUnknownElement()

 

381

HTMLVideoElement

function HTMLVideoElement()

 

382

HashChangeEvent

function HashChangeEvent()

 

383

Headers

function Headers()

响应标头。这些操作包括检索、设置、添加和移除。一个标题对象有。Fetch API的头接口允许您在HTTP请求和响应上执行各种操作。有一个相关联的头列表,它最初是空的,由零个或多个名称和值对组成。在这个接口的所有方法中,头名与大小写不敏感字节序列匹配

384

History

function History()

历史接口允许对浏览器会话历史进行操作,这是访问的页面

385

IDBCursor

function IDBCursor()

 

386

IDBCursorWithValue

function IDBCursorWithValue()

 

387

IDBDatabase

function IDBDatabase()

 

388

IDBFactory

function IDBFactory()

 

389

IDBIndex

function IDBIndex()

 

390

IDBKeyRange

function IDBKeyRange()

 

391

IDBObjectStore

function IDBObjectStore()

 

392

IDBOpenDBRequest

function IDBOpenDBRequest()

 

393

IDBRequest

function IDBRequest()

 

394

IDBTransaction

function IDBTransaction()

 

395

IDBVersionChangeEvent

function IDBVersionChangeEvent()

 

396

IIRFilterNode

function IIRFilterNode()

 

397

IdleDeadline

function IdleDeadline()

 

398

Image

function Image()

Image()构造器创建一个新的HTMLImageElement实例

399

ImageBitmap

function ImageBitmap()

 

400

ImageBitmapRenderingContext

function ImageBitmapRenderingContext()

 

401

ImageCapture

function ImageCapture()

 

402

ImageData

function ImageData()

与画布相关联:createImageData()和getImageData(),它还可以用来设置。ImageData接口代表画布元素区域的底层像素数据

403

InputDeviceCapabilities

function InputDeviceCapabilities()

 

404

Int8Array

function Int8Array()

Int8类型数组

405

Int16Array

function Int16Array()

Int16类型数组

406

Int32Array

function Int32Array()

Int32类型数组

407

IntersectionObserver

function IntersectionObserver()

 

408

IntersectionObserverEntry

function IntersectionObserverEntry()

 

409

Intl

Intl

Intl对象是ECMAScript国际化API的名称空间,它提供了语言而DateTimeFormat对象是Intl对象的属性

410

JSON

JSON

JSON对象包含解析JavaScript对象表示法(JSON)和将值转换为JSON的方法。它不能被调用或构造,除了它的两个方法属性之外,它没有任何有趣的东西

411

KeyboardEvent

function KeyboardEvent()

 

412

Location

function Location()

 

413

MIDIAccess

function MIDIAccess()

 

414

MIDIConnectionEvent

function MIDIConnectionEvent()

 

415

MIDIInput

function MIDIInput()

 

416

MIDIInputMap

function MIDIInputMap()

 

417

MIDIMessageEvent

function MIDIMessageEvent()

 

418

MIDIOutput

function MIDIOutput()

 

419

MIDIOutputMap

function MIDIOutputMap()

 

420

MIDIPort

function MIDIPort()

 

421

Map

function Map()

Map对象持有键-值对

422

Math

Math

是一个内置的对象,它具有数学常数和函数的属性和方法

423

MediaDeviceInfo

function MediaDeviceInfo()

MediaDevicesInfo接口包含描述单个媒体输入或输出设备的信息

424

MediaDevices

function MediaDevices()

media设备接口提供对连接的媒体输入设备的访问,如照相机和麦克风。让你可以访问任何硬件来源的媒体数据

425

MediaElementAudioSourceNode

function MediaElementAudioSourceNode()

 

426

MediaEncryptedEvent

function MediaEncryptedEvent()

支持与音频相关的基本媒体相关功能所需的属性和方法

427

MediaError

function MediaError()

MediaError接口代表了在处理HTML媒体元素时发生的错误

428

MediaKeyMessageEvent

function MediaKeyMessageEvent()

EncryptedMediaExtensions API的MediaKeyMessageEvent包含内容和相关的,当内容解密模块为会话生成一条消息时

429

MediaKeySession

function MediaKeySession()

 

430

MediaKeyStatusMap

function MediaKeyStatusMap()

 

431

MediaKeySystemAccess

function MediaKeySystemAccess()

 

432

MediaKeys

function MediaKeys()

 

433

MediaList

function MediaList()

 

434

MediaQueryList

function MediaQueryList()

 

435

MediaQueryListEvent

function MediaQueryListEvent()

 

436

MediaRecorder

function MediaRecorder()

 

437

MediaSettingsRange

function MediaSettingsRange()

 

438

MediaSource

function MediaSource()

 

439

MediaStream

function MediaStream()

 

440

MediaStreamAudioDestinationNode

function MediaStreamAudioDestinationNode()

 

441

MediaStreamAudioSourceNode

function MediaStreamAudioSourceNode()

 

442

MediaStreamEvent

function MediaStreamEvent()

MediaStreamEvent接口表示与MediaStream相关的事件

443

MediaStreamTrack

function MediaStreamTrack()

MediaStreamTrack接口代表一个流中的单一媒体路径;通常,这些是音频或视频,但其他的轨道类型也可能存在

444

MediaStreamTrackEvent

function MediaStreamTrackEvent()

表示一个事件,宣布MediaStreamTrack被添加到或从MediaStream中移除

445

MessageChannel

function MessageChannel()

通道消息传递API的MessageChannel接口允许我们创建一个新的消息通道,并通过它的两个MessagePort属性发送数据

446

MessageEvent

function MessageEvent()

MessageEvent接口表示靶子对象接收到的一条消息

447

MessagePort

function MessagePort()

通道消息传递API的MessagePort接口代表MessageChannel.MessageChannel的两个端口之一,允许从一个端口发送消息,并侦听它们到达另一个端口

448

MimeType

function MimeType()

MimeType接口提供了与特定插件相关的MIME类型的信息

449

MimeTypeArray

function MimeTypeArray()

MimeTypeArray接口返回一个MimeType实例的数组,每一个实例都包含关于这个对象由NavigatorPlugins.mimeTypes返回的信息

450

MouseEvent

function MouseEvent()

MouseEvent接口表示发生的事件,这些事件是由于用户与一个指向设备(如鼠标)交互而发生的

451

MutationEvent

function MutationEvent()

提供特定于对文档对象模型(DOM)层次结构的修改的事件属性

452

MutationObserver

function MutationObserver()

监视DOM树所做更改的功能。它被设计为取代了旧的突变事件特征这是DOM3事件的一部分

453

MutationRecord

function MutationRecord()

一个突变记录代表一个单独的DOM突变。它是传递给MutationObserver的对象

454

NaN

NaN

NaN(Not-A-Number)表示非数字的值

455

NamedNodeMap

function NamedNodeMap()

 

456

NavigationPreloadManager

function NavigationPreloadManager()

 

457

Navigator

function Navigator()

 

458

Node

function Node()

 

459

NodeFilter

function NodeFilter()

 

460

NodeIterator

function NodeIterator()

 

461

NodeList

function NodeList()

 

462

Notification

function Notification()

通知API的通知接口用于配置和显示桌面通知

463

Number

function Number()

数值包装,允许您使用数值。数字对象是使用Number()构造函数创建的

464

Object

function Object()

对象构造器创建对象包装器

465

OfflineAudioCompletionEvent

function OfflineAudioCompletionEvent()

 

466

OfflineAudioContext

function OfflineAudioContext()

 

467

Option

function Option()

 

468

OscillatorNode

function OscillatorNode()

 

469

PageTransitionEvent

function PageTransitionEvent()

 

470

PannerNode

function PannerNode()

 

471

PasswordCredential

function PasswordCredential()

 

472

Path2D

function Path2D()

 

473

Performance

function Performance()

 

474

PerformanceEntry

function PerformanceEntry()

 

475

PerformanceLongTaskTiming

function PerformanceLongTaskTiming()

 

476

PerformanceMark

function PerformanceMark()

 

477

PerformanceMeasure

function PerformanceMeasure()

 

478

PerformanceNavigation

function PerformanceNavigation()

 

479

PerformanceNavigationTiming

function PerformanceNavigationTiming()

 

480

PerformanceObserver

function PerformanceObserver()

 

481

PerformanceObserverEntryList

function PerformanceObserverEntryList()

 

482

PerformanceResourceTiming

function PerformanceResourceTiming()

 

483

PerformanceTiming

function PerformanceTiming()

 

484

PeriodicWave

function PeriodicWave()

 

485

PermissionStatus

function PermissionStatus()

 

486

Permissions

function Permissions()

 

487

PhotoCapabilities

function PhotoCapabilities()

 

488

Plugin

function Plugin()

插件界面提供了关于浏览器插件的信息

489

PluginArray

function PluginArray()

 

490

PointerEvent

function PointerEvent()

 

491

PopStateEvent

function PopStateEvent()

 

492

Presentation

function Presentation()

表示可以在上下文中定义为两种可能的用户代理:控制用户代理和接收用户代理

493

PresentationAvailability

function PresentationAvailability()

 

494

PresentationConnection

function PresentationConnection()

 

495

PresentationConnectionAvailableEvent

function PresentationConnectionAvailableEvent()

 

496

PresentationConnectionCloseEvent

function PresentationConnectionCloseEvent()

 

497

PresentationConnectionList

function PresentationConnectionList()

 

498

PresentationReceiver

function PresentationReceiver()

 

499

PresentationRequest

function PresentationRequest()

 

500

ProcessingInstruction

function ProcessingInstruction()

 

501

ProgressEvent

function ProgressEvent()

 

502

Promise

function Promise()

异步任务处理,可代替嵌套回调

503

PromiseRejectionEvent

function PromiseRejectionEvent()

 

504

Proxy

function Proxy()

使用代理API来代理web请求

505

PushManager

function PushManager()

提供了一种接收来自第三方服务器的通知的方法。服务器以及请求url来推送通知

506

PushSubscription

function PushSubscription()

507

PushSubscriptionOptions

function PushSubscriptionOptions()

push订阅接口的只读属性是一个包含了用来创建订阅的选项的对象

508

RTCCertificate

function RTCCertificate()

RTCPeerConnection使用进行身份验证。RTCCertificate属性。到期读取只返回过期时间

509

RTCDataChannel

function RTCDataChannel()

RTCDataChannel接口代表一个网络通道,可以用于双向对等点对任意数据的点对点传输。每个数据通道都与RTCPeerConnection相关联,并且每个数据通道最多只能达到65,534个数据通道(实际的限制可能因浏览器而异)

510

RTCDataChannelEvent

function RTCDataChannelEvent()

RTCDataChannelEvent()构造器返回一个新的RTCDataChannelEvent对象,它代表一个datachannel.datachannel事件。当远程对等点要求在两个对等点之间打开一个RTCDataChannel时,这些事件被发送到一个RTCPeerConnection

511

RTCIceCandidate

function RTCIceCandidate()

代表了一个候选Internet连接性机构

512

RTCPeerConnection

function RTCPeerConnection()

RTCPeerConnection接口代表了本地计算机和远程连接之间的WebRTC连接,连接到远程对等点,维护和监控连接,并在连接后关闭连接。

513

RTCPeerConnectionIceEvent

function RTCPeerConnectionIceEvent()

RTCPeerConnectionIceEvent接口表示发生在与ICE候选对象相关的事件,通常是一个RTCPeerConnection

514

RTCRtpContributingSource

function RTCRtpContributingSource()

 

515

RTCRtpReceiver

function RTCRtpReceiver()

WebRTC API的rtcrtreeiver接口管理对MediaStreamTrack数据的接收和解码

516

RTCSessionDescription

function RTCSessionDescription()

RTCSessionDescription接口描述连接的一端——或者潜在的连接——以及如何配置它。每个RTCSessionDescription由一个描述类型组成,它表示

517

RTCStatsReport

function RTCStatsReport()

RTCStatsReport接口用于提供返回的WebRTC连接的统计数据

518

RadioNodeList

function RadioNodeList()

表示一个表单或fieldset元素中的元素集合

519

Range

function Range()

Range()构造函数返回一个新创建的Range对象,其起点和终点为全局文档

520

RangeError

function RangeError()

RangeError对象表示当值不在允许值的集合或范围内时出现错误

521

ReadableStream

function ReadableStream()

代表了可读的字节数据流。Fetch.Fetch API提供了一个ReadableStream的具体实例,它通过响应对象的body属性

522

ReferenceError

function ReferenceError()

ReferenceError对象代表一个错误,当一个不存在的变量被引用时

523

Reflect

Object

对象构造器创建对象包装器

524

RegExp

function RegExp()

RegExp构造器创建一个正则表达式对象,用于匹配带有指定格式的文本。

525

RemotePlayback

function RemotePlayback()

 

526

Request

function Request()

接口代表一个资源请求

527

Response

function Response()

接口表示对请求的响应

528

SVGAElement

function SVGAElement()

 

529

SVGAngle

function SVGAngle()

 

530

SVGAnimateElement

function SVGAnimateElement()

 

531

SVGAnimateMotionElement

function SVGAnimateMotionElement()

 

532

SVGAnimateTransformElement

function SVGAnimateTransformElement()

 

533

SVGAnimatedAngle

function SVGAnimatedAngle()

 

534

SVGAnimatedBoolean

function SVGAnimatedBoolean()

 

535

SVGAnimatedEnumeration

function SVGAnimatedEnumeration()

 

536

SVGAnimatedInteger

function SVGAnimatedInteger()

 

537

SVGAnimatedLength

function SVGAnimatedLength()

 

538

SVGAnimatedLengthList

function SVGAnimatedLengthList()

 

539

SVGAnimatedNumber

function SVGAnimatedNumber()

 

540

SVGAnimatedNumberList

function SVGAnimatedNumberList()

 

541

SVGAnimatedPreserveAspectRatio

function SVGAnimatedPreserveAspectRatio()

 

542

SVGAnimatedRect

function SVGAnimatedRect()

 

543

SVGAnimatedString

function SVGAnimatedString()

 

544

SVGAnimatedTransformList

function SVGAnimatedTransformList()

 

545

SVGAnimationElement

function SVGAnimationElement()

 

546

SVGCircleElement

function SVGCircleElement()

 

547

SVGClipPathElement

function SVGClipPathElement()

 

548

SVGComponentTransferFunctionElement

function SVGComponentTransferFunctionElement()

 

549

SVGDefsElement

function SVGDefsElement()

 

550

SVGDescElement

function SVGDescElement()

 

551

SVGDiscardElement

function SVGDiscardElement()

 

552

SVGElement

function SVGElement()

 

553

SVGEllipseElement

function SVGEllipseElement()

 

554

SVGFEBlendElement

function SVGFEBlendElement()

 

555

SVGFEColorMatrixElement

function SVGFEColorMatrixElement()

 

556

SVGFEComponentTransferElement

function SVGFEComponentTransferElement()

 

557

SVGFECompositeElement

function SVGFECompositeElement()

 

558

SVGFEConvolveMatrixElement

function SVGFEConvolveMatrixElement()

 

559

SVGFEDiffuseLightingElement

function SVGFEDiffuseLightingElement()

 

560

SVGFEDisplacementMapElement

function SVGFEDisplacementMapElement()

 

561

SVGFEDistantLightElement

function SVGFEDistantLightElement()

 

562

SVGFEDropShadowElement

function SVGFEDropShadowElement()

 

563

SVGFEFloodElement

function SVGFEFloodElement()

 

564

SVGFEFuncAElement

function SVGFEFuncAElement()

 

565

SVGFEFuncBElement

function SVGFEFuncBElement()

 

566

SVGFEFuncGElement

function SVGFEFuncGElement()

 

567

SVGFEFuncRElement

function SVGFEFuncRElement()

 

568

SVGFEGaussianBlurElement

function SVGFEGaussianBlurElement()

 

569

SVGFEImageElement

function SVGFEImageElement()

 

570

SVGFEMergeElement

function SVGFEMergeElement()

 

571

SVGFEMergeNodeElement

function SVGFEMergeNodeElement()

 

572

SVGFEMorphologyElement

function SVGFEMorphologyElement()

 

573

SVGFEOffsetElement

function SVGFEOffsetElement()

 

574

SVGFEPointLightElement

function SVGFEPointLightElement()

 

575

SVGFESpecularLightingElement

function SVGFESpecularLightingElement()

 

576

SVGFESpotLightElement

function SVGFESpotLightElement()

 

577

SVGFETileElement

function SVGFETileElement()

 

578

SVGFETurbulenceElement

function SVGFETurbulenceElement()

 

579

SVGFilterElement

function SVGFilterElement()

 

580

SVGForeignObjectElement

function SVGForeignObjectElement()

 

581

SVGGElement

function SVGGElement()

 

582

SVGGeometryElement

function SVGGeometryElement()

 

583

SVGGradientElement

function SVGGradientElement()

 

584

SVGGraphicsElement

function SVGGraphicsElement()

 

585

SVGImageElement

function SVGImageElement()

 

586

SVGLength

function SVGLength()

 

587

SVGLengthList

function SVGLengthList()

 

588

SVGLineElement

function SVGLineElement()

 

589

SVGLinearGradientElement

function SVGLinearGradientElement()

 

590

SVGMPathElement

function SVGMPathElement()

 

591

SVGMarkerElement

function SVGMarkerElement()

 

592

SVGMaskElement

function SVGMaskElement()

 

593

SVGMatrix

function SVGMatrix()

 

594

SVGMetadataElement

function SVGMetadataElement()

 

595

SVGNumber

function SVGNumber()

 

596

SVGNumberList

function SVGNumberList()

 

597

SVGPathElement

function SVGPathElement()

 

598

SVGPatternElement

function SVGPatternElement()

 

599

SVGPoint

function SVGPoint()

 

600

SVGPointList

function SVGPointList()

 

601

SVGPolygonElement

function SVGPolygonElement()

 

602

SVGPolylineElement

function SVGPolylineElement()

 

603

SVGPreserveAspectRatio

function SVGPreserveAspectRatio()

 

604

SVGRadialGradientElement

function SVGRadialGradientElement()

 

605

SVGRect

function SVGRect()

 

606

SVGRectElement

function SVGRectElement()

 

607

SVGSVGElement

function SVGSVGElement()

 

608

SVGScriptElement

function SVGScriptElement()

 

609

SVGSetElement

function SVGSetElement()

 

610

SVGStopElement

function SVGStopElement()

 

611

SVGStringList

function SVGStringList()

 

612

SVGStyleElement

function SVGStyleElement()

 

613

SVGSwitchElement

function SVGSwitchElement()

 

614

SVGSymbolElement

function SVGSymbolElement()

 

615

SVGTSpanElement

function SVGTSpanElement()

 

616

SVGTextContentElement

function SVGTextContentElement()

 

617

SVGTextElement

function SVGTextElement()

 

618

SVGTextPathElement

function SVGTextPathElement()

 

619

SVGTextPositioningElement

function SVGTextPositioningElement()

 

620

SVGTitleElement

function SVGTitleElement()

 

621

SVGTransform

function SVGTransform()

 

622

SVGTransformList

function SVGTransformList()

 

623

SVGUnitTypes

function SVGUnitTypes()

 

624

SVGUseElement

function SVGUseElement()

 

625

SVGViewElement

function SVGViewElement()

 

626

Screen

function Screen()

通常是当前窗口被呈现的那个屏幕,并使用windows.Screen获得

627

ScreenOrientation

function ScreenOrientation()

 

628

ScriptProcessorNode

function ScriptProcessorNode()

 

629

SecurityPolicyViolationEvent

function SecurityPolicyViolationEvent()

 

630

Selection

function Selection()

 

631

ServiceWorker

function ServiceWorker()

 

632

ServiceWorkerContainer

function ServiceWorkerContainer()

 

633

ServiceWorkerRegistration

function ServiceWorkerRegistration()

 

634

Set

function Set()

 

635

ShadowRoot

function ShadowRoot()

 

636

SharedWorker

function SharedWorker()

 

637

SiteBoundCredential

function SiteBoundCredential()

 

638

SourceBuffer

function SourceBuffer()

 

639

SourceBufferList

function SourceBufferList()

 

640

SpeechSynthesisEvent

function SpeechSynthesisEvent()

 

641

SpeechSynthesisUtterance

function SpeechSynthesisUtterance()

 

642

StereoPannerNode

function StereoPannerNode()

 

643

Storage

function Storage()

 

644

StorageEvent

function StorageEvent()

 

645

StorageManager

function StorageManager()

 

646

String

function String()

字符串构造函数

647

StyleSheet

function StyleSheet()

实现样式表接口表示单个样式表。CSS样式表将进一步实现。实现更专业的css样式表接口

648

StyleSheetList

function StyleSheetList()

 

649

SubtleCrypto

function SubtleCrypto()

subtlecrypt接口代表一组加密原语。它可以通过密码加密

650

Symbol

function Symbol()

Symbol()函数返回类型符号的值,具有暴露多个成员。对象的静态属性,具有公开全局符号注册表的静态方法,并且类似于内置的对象类,因为它不支持语法“new Symbol()

651

SyncManager

function SyncManager()

 

652

SyntaxError

function SyntaxError()

SyntaxError对象在试图解释语法无效的代码时表示一个错误

653

TaskAttributionTiming

function TaskAttributionTiming()

长任务API的taskattribution计时接口返回关于所涉及的工作的信息。涉及到一个长任务及其关联框架上下文。框架上下文,也称为容器

654

Text

function Text()

Text()构造函数返回一个新创建的文本对象,其中包含参数中给出的可选DOMString

655

TextDecoder

function TextDecoder()

TextDecoder()构造方法创建指定编码的文本编码器,如:new TextDecoder("utf-8")

656

TextEncoder

function TextEncoder()

TextEncoder()构造方法创建指定编码的文本解码器,var encoder=new TextEncoder("utf-8"); var uint8Array=encoder.encode("test string");

657

TextEvent

function TextEvent()

 

658

TextMetrics

function TextMetrics()

extMetrics接口表示画布上的文本的维度,这是由canvas renderingcontext2d.canvas渲染context2d.度量()方法创建的

659

TextTrack

function TextTrack()

 

660

TextTrackCue

function TextTrackCue()

 

661

TextTrackCueList

function TextTrackCueList()

 

662

TextTrackList

function TextTrackList()

 

663

TimeRanges

function TimeRanges()

表示一组时间范围

664

Touch

function Touch()

触摸()构造器创建一个新的触摸对象

665

TouchEvent

function TouchEvent()

TouchEvent接口表示当与触摸敏感表面的接触状态发生变化时发送的事件

666

TouchList

function TouchList()

 

667

TrackEvent

function TrackEvent()

跟踪事件

668

TransitionEvent

function TransitionEvent()

过渡事件接口表示提供与转换相关的信息的事件

669

TreeWalker

function TreeWalker()

TreeWalker对象代表了一个文档子树的节点和其中的一个位置

670

TypeError

function TypeError()

TypeError对象代表一个错误,当一个值不是预期的类型时

671

UIEvent

function UIEvent()

UIEvent()构造器创建一个新的UIEvent

UIEvent接口代表简单的用户界面事件

672

URIError

function URIError()

URIError对象代表了一个错误,当一个全局URI处理函数以错误的方式使用时

673

URL

function URL()

URL()构造函数返回一个新创建的URL对象,它表示由参数定义的URL

674

URLSearchParams

function URLSearchParams()

URLSearchParams()构造器创造并返回一个新的URLSearchParams对象

675

Uint8Array

function Uint8Array()

Uint8Array类型化数组代表一个8位无符号整数数组

676

Uint8ClampedArray

function Uint8ClampedArray()

Uint8ClampedArray类型的数组代表了一个8位无符号整数的数组,在0-255之间

677

Uint16Array

function Uint16Array()

Uint16Array类型化数组代表了平台字节顺序中的16位无符号整数的数组

678

Uint32Array

function Uint32Array()

Uint32Array类型化数组代表了平台字节顺序中的32位无符号整数的数组

679

VTTCue

function VTTCue()

 

680

ValidityState

function ValidityState()

 

681

WaveShaperNode

function WaveShaperNode()

 

682

WeakMap

function WeakMap()

WeakMap对象是键/值对的集合,其中键被弱引用

683

WeakSet

function WeakSet()

弱集对象允许您在集合中储存弱持有的对象

684

WebAssembly

WebAssembly

 

685

WebGL2RenderingContext

function WebGL2RenderingContext()

WebGL2RenderingContext接口为绘图表面提供OpenGL ES 3.0渲染上下文

686

WebGLActiveInfo

function WebGLActiveInfo()

WebGLActiveInfo接口是WebGL API的一部分,它代表了通过调用。调用WebGLRenderingContext.getActiveUniform()和WebGLRenderingContext.getActiveUniform()方法所返回的信息

687

WebGLBuffer

function WebGLBuffer()

WebGLBuffer接口是WebGL API的一部分,它代表一个不透明的缓冲对象存储数据

688

WebGLContextEvent

function WebGLContextEvent()

webcontext的接口是WebGL API的一部分,它是一个生成的事件的接口。它是在对WebGL渲染环境的状态变化的响应中生成的

689

WebGLFramebuffer

function WebGLFramebuffer()

WebGLFramebuffer接口是WebGL API的一部分,它代表了一个帧的缓冲区

690

WebGLProgram

function WebGLProgram()

 

691

WebGLQuery

function WebGLQuery()

WebGLQuery接口是WebGL 2 API的一部分,并提供了异步查询信息的方法

692

WebGLRenderbuffer

function WebGLRenderbuffer()

WebGLRenderbuffer接口是WebGL API的一部分,它代表了一个缓冲区,它可以包含一个缓冲区

693

WebGLRenderingContext

function WebGLRenderingContext()

WebGL渲染上下文

694

WebGLSampler

function WebGLSampler()

webgl采样接口是WebGL 2 API的一部分,并存储WebGLTexture的采样参数

695

WebGLShader

function WebGLShader()

 

696

WebGLShaderPrecisionFormat

function WebGLShaderPrecisionFormat()

webglshader精确格式接口是WebGL API的一部分,它代表返回的信息。通过调用webglrenderingcontext.getshader精确格式()方法返回

697

WebGLSync

function WebGLSync()

WebGLSync接口是WebGL 2 API的一部分,用于同步两者之间的活动

698

WebGLTexture

function WebGLTexture()

WebGLTexture界面是WebGL API的一部分,它代表了一个不透明的纹理对象

699

WebGLTransformFeedback

function WebGLTransformFeedback()

webgltransform反馈接口是WebGL 2 API的一部分,并支持转换反馈

700

WebGLUniformLocation

function WebGLUniformLocation()

webgl均匀位置接口是WebGL API的一部分,它表示了制服的位置

701

WebGLVertexArrayObject

function WebGLVertexArrayObject()

WebGLVertexArrayObject接口是WebGL 2 API的一部分,它表示顶点阵列对象(VAOs)。(VAOs)指向顶点阵列数据,并为不同的顶点数据集提供名称

702

WebKitAnimationEvent

function AnimationEvent()

AnimationEvent接口代表提供与动画相关的信息的事件

703

WebKitCSSMatrix

function WebKitCSSMatrix()

一个css矩阵表示一个同构的4x4矩阵,可以应用2D或3D转换

704

WebKitMutationObserver

function MutationObserver()

MutationObserver界面提供了监视DOM树所做更改的功能。它被设计为取代了旧的突变事件特征这是DOM3事件的一部分

705

WebKitTransitionEvent

function TransitionEvent()

过渡事件接口表示提供与转换相关的信息的事件

706

WebSocket

function WebSocket()

WebSocket()构造器返回一个新的WebSocket对象。语法var ws=WebSocket("ws://localhost:8080");

707

WheelEvent

function WheelEvent()

WheelEvent()构造器返回一个新创建的WheelEvent对象

708

Window

function Window()

 

709

Worker

function Worker()

可以很容易创建的后台任务,并返回给它的创建者。创建一个Worker就像调用Worker()构造器一样简单,并指定一个脚本在工作线程中运行

710

WritableStream

function WritableStream()

 

711

XMLDocument

function XMLDocument()

 

712

XMLHttpRequest

function XMLHttpRequest()

 

713

XMLHttpRequestEventTarget

function XMLHttpRequestEventTarget()

 

714

XMLHttpRequestUpload

function XMLHttpRequestUpload()

 

715

XMLSerializer

function XMLSerializer()

 

716

XPathEvaluator

function XPathEvaluator()

 

717

XPathExpression

function XPathExpression()

XPathExpression 对象是一个 XPath 查询的编译过的表现形式,由 Document.createExpression() 返回

718

XPathResult

function XPathResult()

XPathResult 对象表示一个 XPath 表达式的值。该类型的对象由 Document.evaluate() 和 XPathExpression.evaluate() 返回

719

XSLTProcessor

function XSLTProcessor()

SLTProcessor将XSLT样式表转换应用到XML文档,以生成新的XML文档

720

decodeURI

function decodeURI()

decodeURI()函数解码以前由encodeURI创建的统一资源标识符(URI)

721

decodeURIComponent

function decodeURIComponent()

 

722

encodeURI

function encodeURI()

encodeURI()函数通过替换每个特定的实例(或四个转义序列来表示字符的UTF-8编码)来编码统一的资源标识符(Uniform Resource Identifier,URI)(只能是四个转义序列)

723

encodeURIComponent

function encodeURIComponent()

 

724

escape

function escape()

escape()函数计算一个新的字符串,其中某些字符被十六进制的转义序列替换

725

eval

function eval()

eval()函数解析以字符串表示的JavaScript代码

726

event

undefined

 

727

isFinite

function isFinite()

sFinite()函数判断传递的值是一个有限的数量

728

isNaN

function isNaN()

isNaN()函数判断一个值是否是NaN

729

offscreenBuffering

true

 

730

parseFloat

function parseFloat()

parseFloat()函数解析一个参数并返回一个浮点数

731

parseInt

function parseInt()

parseInt()函数解析一个字符串参数,并返回指定进制的整数,默认为10进制

。732

unescape

function unescape()

unescape()函数计算一个新的字符串,其中十六进制转义序列被替换为。解码或解码组件优先于非转义

733

webkitMediaStream

function MediaStream()

 

734

webkitRTCPeerConnection

function RTCPeerConnection()

 

735

webkitSpeechGrammar

function SpeechGrammar()

 

736

webkitSpeechGrammarList

function SpeechGrammarList()

 

737

webkitSpeechRecognition

function SpeechRecognition()

 

738

webkitSpeechRecognitionError

function SpeechRecognitionError()

 

739

webkitSpeechRecognitionEvent

function SpeechRecognitionEvent()

 

740

webkitURL

function URL()

URL()构造函数返回一个新创建的URL对象,它表示由参数定义的URL

 

 

 

 

 

  • 0
    点赞
  • 8
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值