'新增XMLHTTPREQUEST'

This commit is contained in:
xuxiaobo-bobo 2023-02-15 18:26:44 +08:00
parent cedf9c2957
commit 183bcffacd

View File

@ -73,7 +73,11 @@ bodavm.memory.navigator={
platform:'${navigator.platform}', platform:'${navigator.platform}',
webkitPersistentStorage:${JSON.stringify(navigator.webkitPersistentStorage)}, webkitPersistentStorage:${JSON.stringify(navigator.webkitPersistentStorage)},
connection:${JSON.stringify(navigator.connection)}, connection:${JSON.stringify(navigator.connection)},
javaEnabled:${navigator.javaEnabled()} javaEnabled:${navigator.javaEnabled()},
product:${navigator.product},
vendorSub:${navigator.vendorSub?navigator.vendorSub:''},
deviceMemory:${navigator.deviceMemory},
maxTouchPoints:${navigator.maxTouchPoints}
}; };
bodavm.memory.window={ bodavm.memory.window={
name:${JSON.stringify(window.name)}, name:${JSON.stringify(window.name)},
@ -92,7 +96,7 @@ bodavm.memory.window={
onbeforeunload:${window.onbeforeunload}, onbeforeunload:${window.onbeforeunload},
}; };
// bodavm.memory.localStorage={} bodavm.memory.localStorage={}
` `