index.js 1013 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. /**
  2. * Copyright (c) 2015-present, Facebook, Inc.
  3. *
  4. * This source code is licensed under the MIT license found in the
  5. * LICENSE file in the root directory of this source tree.
  6. */
  7. 'use strict';
  8. module.exports = [
  9. 'addEventListener',
  10. 'blur',
  11. 'close',
  12. 'closed',
  13. 'confirm',
  14. 'defaultStatus',
  15. 'defaultstatus',
  16. 'event',
  17. 'external',
  18. 'find',
  19. 'focus',
  20. 'frameElement',
  21. 'frames',
  22. 'history',
  23. 'innerHeight',
  24. 'innerWidth',
  25. 'length',
  26. 'location',
  27. 'locationbar',
  28. 'menubar',
  29. 'moveBy',
  30. 'moveTo',
  31. 'name',
  32. 'onblur',
  33. 'onerror',
  34. 'onfocus',
  35. 'onload',
  36. 'onresize',
  37. 'onunload',
  38. 'open',
  39. 'opener',
  40. 'opera',
  41. 'outerHeight',
  42. 'outerWidth',
  43. 'pageXOffset',
  44. 'pageYOffset',
  45. 'parent',
  46. 'print',
  47. 'removeEventListener',
  48. 'resizeBy',
  49. 'resizeTo',
  50. 'screen',
  51. 'screenLeft',
  52. 'screenTop',
  53. 'screenX',
  54. 'screenY',
  55. 'scroll',
  56. 'scrollbars',
  57. 'scrollBy',
  58. 'scrollTo',
  59. 'scrollX',
  60. 'scrollY',
  61. 'self',
  62. 'status',
  63. 'statusbar',
  64. 'stop',
  65. 'toolbar',
  66. 'top',
  67. ];