@admc.com/eslint-plugin-sn
Version:
ESLint plugin for ServiceNow scriptlets
33 lines (32 loc) • 670 B
Plain Text
// From https://www.w3schools.com/jsref/obj_window.asp
"closed",
"console",
"defaultStatus",
"document", // This one (and 'window') has null value in isolated scripts
"frameElement",
"frames",
"history",
"innerHeight",
"innerWidth",
"length",
"localStorage",
"location",
"name",
"navigator",
"opener", // This one has value null even from raw browser
"outerHeight",
"outerWidth",
"pageXOffset",
"pageYOffset",
"parent",
"screen",
"screenLeft",
"screenTop",
"screenX",
"screenY",
"sessionStorage",
"scrollX",
"scrollY",
"self",
"status",
"top",