mirror of
https://git.mirrors.martin98.com/https://github.com/cilame/v_jstools
synced 2025-08-14 00:45:55 +08:00
add
This commit is contained in:
parent
617b10e255
commit
b4f808e9a7
@ -494,6 +494,8 @@ function make_v(envs, keys){
|
||||
patcher('Image')
|
||||
patcher('HTMLImageElement')
|
||||
patcher('HTMLMediaElement')
|
||||
patcher('HTMLUnknownElement')
|
||||
patcher('XMLHttpRequest')
|
||||
patcher('Storage')
|
||||
|
||||
var _global = []
|
||||
@ -555,7 +557,7 @@ function make_v(envs, keys){
|
||||
` break`,
|
||||
` }`,
|
||||
` }`,
|
||||
` if (!ret){ ret = new v_saf(function HTMLUnknownElement(){}) }`,
|
||||
` if (!ret){ ret = v_new(HTMLUnknownElement) }`,
|
||||
` if (typeof CSSStyleDeclaration != 'undefined') { ret._style = v_new(CSSStyleDeclaration) }`,
|
||||
` ret._tagName = name.toUpperCase()`,
|
||||
` return ret`,
|
||||
|
Loading…
x
Reference in New Issue
Block a user