Commit 3bc05cc6 authored by wang's avatar wang

ff

parent a5df02e8
This diff is collapsed.
This diff is collapsed.
No preview for this file type
This diff is collapsed.
...@@ -188,14 +188,14 @@ exports.install = (globalObject, globalNames) => { ...@@ -188,14 +188,14 @@ exports.install = (globalObject, globalNames) => {
ceReactionsPostSteps_helpers_custom_elements(globalObject); ceReactionsPostSteps_helpers_custom_elements(globalObject);
} }
} }
get innerText() { // get innerText() {
//
console.log('body.webkitRequestFullScreen') // console.log('body.webkitRequestFullScreen')
} // }
get webkitRequestFullScreen() { // get webkitRequestFullScreen() {
//
console.log('body.webkitRequestFullScreen') // console.log('body.webkitRequestFullScreen')
} // }
set vLink(V) { set vLink(V) {
const esValue = this !== null && this !== undefined ? this : globalObject; const esValue = this !== null && this !== undefined ? this : globalObject;
...@@ -798,8 +798,8 @@ exports.install = (globalObject, globalNames) => { ...@@ -798,8 +798,8 @@ exports.install = (globalObject, globalNames) => {
onstorage: { enumerable: true }, onstorage: { enumerable: true },
onunhandledrejection: { enumerable: true }, onunhandledrejection: { enumerable: true },
onunload: { enumerable: true }, onunload: { enumerable: true },
webkitRequestFullScreen: { enumerable: true }, // webkitRequestFullScreen: { enumerable: true },
innerText: { enumerable: true }, // innerText: { enumerable: true },
[Symbol.toStringTag]: { value: "HTMLBodyElement", configurable: true } [Symbol.toStringTag]: { value: "HTMLBodyElement", configurable: true }
}); });
if (globalObject[ctorRegistrySymbol] === undefined) { if (globalObject[ctorRegistrySymbol] === undefined) {
......
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment