postdoc 0.1.2 → 0.2.0.beta4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (372) hide show
  1. checksums.yaml +5 -5
  2. data/lib/pdf.js +27 -0
  3. data/lib/postdoc.rb +3 -7
  4. data/node_modules/agent-base/History.md +113 -0
  5. data/node_modules/agent-base/README.md +145 -0
  6. data/node_modules/agent-base/index.js +160 -0
  7. data/node_modules/agent-base/package.json +35 -0
  8. data/node_modules/agent-base/patch-core.js +37 -0
  9. data/node_modules/agent-base/test/ssl-cert-snakeoil.key +15 -0
  10. data/node_modules/agent-base/test/ssl-cert-snakeoil.pem +12 -0
  11. data/node_modules/agent-base/test/test.js +673 -0
  12. data/node_modules/async-limiter/LICENSE +8 -0
  13. data/node_modules/async-limiter/coverage/coverage.json +1 -0
  14. data/node_modules/async-limiter/coverage/lcov-report/async-throttle/index.html +73 -0
  15. data/node_modules/async-limiter/coverage/lcov-report/async-throttle/index.js.html +246 -0
  16. data/node_modules/async-limiter/coverage/lcov-report/base.css +182 -0
  17. data/node_modules/async-limiter/coverage/lcov-report/index.html +73 -0
  18. data/node_modules/async-limiter/coverage/lcov-report/prettify.css +1 -0
  19. data/node_modules/async-limiter/coverage/lcov-report/prettify.js +1 -0
  20. data/node_modules/async-limiter/coverage/lcov-report/sort-arrow-sprite.png +0 -0
  21. data/node_modules/async-limiter/coverage/lcov-report/sorter.js +156 -0
  22. data/node_modules/async-limiter/coverage/lcov.info +74 -0
  23. data/node_modules/async-limiter/index.js +67 -0
  24. data/node_modules/async-limiter/package.json +35 -0
  25. data/node_modules/async-limiter/readme.md +132 -0
  26. data/node_modules/balanced-match/LICENSE.md +21 -0
  27. data/node_modules/balanced-match/README.md +91 -0
  28. data/node_modules/balanced-match/index.js +59 -0
  29. data/node_modules/balanced-match/package.json +49 -0
  30. data/node_modules/brace-expansion/LICENSE +21 -0
  31. data/node_modules/brace-expansion/README.md +129 -0
  32. data/node_modules/brace-expansion/index.js +201 -0
  33. data/node_modules/brace-expansion/package.json +47 -0
  34. data/node_modules/buffer-from/index.js +69 -0
  35. data/node_modules/buffer-from/package.json +16 -0
  36. data/node_modules/buffer-from/readme.md +69 -0
  37. data/node_modules/buffer-from/test.js +12 -0
  38. data/node_modules/concat-map/LICENSE +18 -0
  39. data/node_modules/concat-map/README.markdown +62 -0
  40. data/node_modules/concat-map/example/map.js +6 -0
  41. data/node_modules/concat-map/index.js +13 -0
  42. data/node_modules/concat-map/package.json +43 -0
  43. data/node_modules/concat-map/test/map.js +39 -0
  44. data/node_modules/concat-stream/LICENSE +24 -0
  45. data/node_modules/concat-stream/index.js +144 -0
  46. data/node_modules/concat-stream/package.json +55 -0
  47. data/node_modules/concat-stream/readme.md +102 -0
  48. data/node_modules/core-util-is/LICENSE +19 -0
  49. data/node_modules/core-util-is/README.md +3 -0
  50. data/node_modules/core-util-is/float.patch +604 -0
  51. data/node_modules/core-util-is/lib/util.js +107 -0
  52. data/node_modules/core-util-is/package.json +32 -0
  53. data/node_modules/core-util-is/test.js +68 -0
  54. data/node_modules/debug/CHANGELOG.md +395 -0
  55. data/node_modules/debug/LICENSE +19 -0
  56. data/node_modules/debug/Makefile +58 -0
  57. data/node_modules/debug/README.md +368 -0
  58. data/node_modules/debug/karma.conf.js +70 -0
  59. data/node_modules/debug/node.js +1 -0
  60. data/node_modules/debug/package.json +43 -0
  61. data/node_modules/debug/src/browser.js +195 -0
  62. data/node_modules/debug/src/debug.js +225 -0
  63. data/node_modules/debug/src/index.js +10 -0
  64. data/node_modules/debug/src/node.js +186 -0
  65. data/node_modules/es6-promise/CHANGELOG.md +151 -0
  66. data/node_modules/es6-promise/LICENSE +19 -0
  67. data/node_modules/es6-promise/README.md +97 -0
  68. data/node_modules/es6-promise/auto.js +4 -0
  69. data/node_modules/es6-promise/dist/es6-promise.auto.js +1181 -0
  70. data/node_modules/es6-promise/dist/es6-promise.auto.map +1 -0
  71. data/node_modules/es6-promise/dist/es6-promise.auto.min.js +1 -0
  72. data/node_modules/es6-promise/dist/es6-promise.auto.min.map +1 -0
  73. data/node_modules/es6-promise/dist/es6-promise.js +1179 -0
  74. data/node_modules/es6-promise/dist/es6-promise.map +1 -0
  75. data/node_modules/es6-promise/dist/es6-promise.min.js +1 -0
  76. data/node_modules/es6-promise/dist/es6-promise.min.map +1 -0
  77. data/node_modules/es6-promise/es6-promise.d.ts +81 -0
  78. data/node_modules/es6-promise/lib/es6-promise/-internal.js +266 -0
  79. data/node_modules/es6-promise/lib/es6-promise/asap.js +119 -0
  80. data/node_modules/es6-promise/lib/es6-promise/enumerator.js +113 -0
  81. data/node_modules/es6-promise/lib/es6-promise/polyfill.js +35 -0
  82. data/node_modules/es6-promise/lib/es6-promise/promise/all.js +52 -0
  83. data/node_modules/es6-promise/lib/es6-promise/promise/race.js +84 -0
  84. data/node_modules/es6-promise/lib/es6-promise/promise/reject.js +46 -0
  85. data/node_modules/es6-promise/lib/es6-promise/promise/resolve.js +48 -0
  86. data/node_modules/es6-promise/lib/es6-promise/promise.js +427 -0
  87. data/node_modules/es6-promise/lib/es6-promise/then.js +32 -0
  88. data/node_modules/es6-promise/lib/es6-promise/utils.js +21 -0
  89. data/node_modules/es6-promise/lib/es6-promise.auto.js +3 -0
  90. data/node_modules/es6-promise/lib/es6-promise.js +7 -0
  91. data/node_modules/es6-promise/package.json +75 -0
  92. data/node_modules/es6-promisify/README.md +89 -0
  93. data/node_modules/es6-promisify/dist/promise.js +73 -0
  94. data/node_modules/es6-promisify/dist/promisify.js +85 -0
  95. data/node_modules/es6-promisify/package.json +41 -0
  96. data/node_modules/extract-zip/CONTRIBUTING.md +1 -0
  97. data/node_modules/extract-zip/LICENSE +23 -0
  98. data/node_modules/extract-zip/cli.js +20 -0
  99. data/node_modules/extract-zip/index.js +205 -0
  100. data/node_modules/extract-zip/node_modules/debug/CHANGELOG.md +362 -0
  101. data/node_modules/extract-zip/node_modules/debug/LICENSE +19 -0
  102. data/node_modules/extract-zip/node_modules/debug/Makefile +50 -0
  103. data/node_modules/extract-zip/node_modules/debug/README.md +312 -0
  104. data/node_modules/extract-zip/node_modules/debug/component.json +19 -0
  105. data/node_modules/extract-zip/node_modules/debug/karma.conf.js +70 -0
  106. data/node_modules/extract-zip/node_modules/debug/node.js +1 -0
  107. data/node_modules/extract-zip/node_modules/debug/package.json +49 -0
  108. data/node_modules/extract-zip/node_modules/debug/src/browser.js +185 -0
  109. data/node_modules/extract-zip/node_modules/debug/src/debug.js +202 -0
  110. data/node_modules/extract-zip/node_modules/debug/src/index.js +10 -0
  111. data/node_modules/extract-zip/node_modules/debug/src/inspector-log.js +15 -0
  112. data/node_modules/extract-zip/node_modules/debug/src/node.js +248 -0
  113. data/node_modules/extract-zip/package.json +35 -0
  114. data/node_modules/extract-zip/readme.md +49 -0
  115. data/node_modules/fd-slicer/CHANGELOG.md +49 -0
  116. data/node_modules/fd-slicer/LICENSE +21 -0
  117. data/node_modules/fd-slicer/README.md +189 -0
  118. data/node_modules/fd-slicer/index.js +277 -0
  119. data/node_modules/fd-slicer/package.json +36 -0
  120. data/node_modules/fd-slicer/test/test.js +350 -0
  121. data/node_modules/fs.realpath/LICENSE +43 -0
  122. data/node_modules/fs.realpath/README.md +33 -0
  123. data/node_modules/fs.realpath/index.js +66 -0
  124. data/node_modules/fs.realpath/old.js +303 -0
  125. data/node_modules/fs.realpath/package.json +26 -0
  126. data/node_modules/glob/LICENSE +15 -0
  127. data/node_modules/glob/README.md +368 -0
  128. data/node_modules/glob/changelog.md +67 -0
  129. data/node_modules/glob/common.js +240 -0
  130. data/node_modules/glob/glob.js +790 -0
  131. data/node_modules/glob/package.json +43 -0
  132. data/node_modules/glob/sync.js +486 -0
  133. data/node_modules/https-proxy-agent/History.md +124 -0
  134. data/node_modules/https-proxy-agent/README.md +137 -0
  135. data/node_modules/https-proxy-agent/index.js +229 -0
  136. data/node_modules/https-proxy-agent/package.json +35 -0
  137. data/node_modules/https-proxy-agent/test/ssl-cert-snakeoil.key +15 -0
  138. data/node_modules/https-proxy-agent/test/ssl-cert-snakeoil.pem +12 -0
  139. data/node_modules/https-proxy-agent/test/test.js +342 -0
  140. data/node_modules/inflight/LICENSE +15 -0
  141. data/node_modules/inflight/README.md +37 -0
  142. data/node_modules/inflight/inflight.js +54 -0
  143. data/node_modules/inflight/package.json +29 -0
  144. data/node_modules/inherits/LICENSE +16 -0
  145. data/node_modules/inherits/README.md +42 -0
  146. data/node_modules/inherits/inherits.js +7 -0
  147. data/node_modules/inherits/inherits_browser.js +23 -0
  148. data/node_modules/inherits/package.json +29 -0
  149. data/node_modules/isarray/Makefile +6 -0
  150. data/node_modules/isarray/README.md +60 -0
  151. data/node_modules/isarray/component.json +19 -0
  152. data/node_modules/isarray/index.js +5 -0
  153. data/node_modules/isarray/package.json +45 -0
  154. data/node_modules/isarray/test.js +20 -0
  155. data/node_modules/mime/CHANGELOG.md +225 -0
  156. data/node_modules/mime/CONTRIBUTING.md +5 -0
  157. data/node_modules/mime/LICENSE +21 -0
  158. data/node_modules/mime/Mime.js +89 -0
  159. data/node_modules/mime/README.md +188 -0
  160. data/node_modules/mime/cli.js +10 -0
  161. data/node_modules/mime/index.js +4 -0
  162. data/node_modules/mime/lite.js +4 -0
  163. data/node_modules/mime/package.json +43 -0
  164. data/node_modules/mime/src/README_js.md +179 -0
  165. data/node_modules/mime/src/build.js +71 -0
  166. data/node_modules/mime/src/test.js +257 -0
  167. data/node_modules/mime/types/other.json +1 -0
  168. data/node_modules/mime/types/standard.json +1 -0
  169. data/node_modules/minimatch/LICENSE +15 -0
  170. data/node_modules/minimatch/README.md +209 -0
  171. data/node_modules/minimatch/minimatch.js +923 -0
  172. data/node_modules/minimatch/package.json +30 -0
  173. data/node_modules/minimist/LICENSE +18 -0
  174. data/node_modules/minimist/example/parse.js +2 -0
  175. data/node_modules/minimist/index.js +187 -0
  176. data/node_modules/minimist/package.json +40 -0
  177. data/node_modules/minimist/readme.markdown +73 -0
  178. data/node_modules/minimist/test/dash.js +24 -0
  179. data/node_modules/minimist/test/default_bool.js +20 -0
  180. data/node_modules/minimist/test/dotted.js +16 -0
  181. data/node_modules/minimist/test/long.js +31 -0
  182. data/node_modules/minimist/test/parse.js +318 -0
  183. data/node_modules/minimist/test/parse_modified.js +9 -0
  184. data/node_modules/minimist/test/short.js +67 -0
  185. data/node_modules/minimist/test/whitespace.js +8 -0
  186. data/node_modules/mkdirp/LICENSE +21 -0
  187. data/node_modules/mkdirp/bin/cmd.js +33 -0
  188. data/node_modules/mkdirp/bin/usage.txt +12 -0
  189. data/node_modules/mkdirp/examples/pow.js +6 -0
  190. data/node_modules/mkdirp/index.js +98 -0
  191. data/node_modules/mkdirp/package.json +27 -0
  192. data/node_modules/mkdirp/readme.markdown +100 -0
  193. data/node_modules/mkdirp/test/chmod.js +41 -0
  194. data/node_modules/mkdirp/test/clobber.js +38 -0
  195. data/node_modules/mkdirp/test/mkdirp.js +28 -0
  196. data/node_modules/mkdirp/test/opts_fs.js +29 -0
  197. data/node_modules/mkdirp/test/opts_fs_sync.js +27 -0
  198. data/node_modules/mkdirp/test/perm.js +32 -0
  199. data/node_modules/mkdirp/test/perm_sync.js +36 -0
  200. data/node_modules/mkdirp/test/race.js +37 -0
  201. data/node_modules/mkdirp/test/rel.js +32 -0
  202. data/node_modules/mkdirp/test/return.js +25 -0
  203. data/node_modules/mkdirp/test/return_sync.js +24 -0
  204. data/node_modules/mkdirp/test/root.js +19 -0
  205. data/node_modules/mkdirp/test/sync.js +32 -0
  206. data/node_modules/mkdirp/test/umask.js +28 -0
  207. data/node_modules/mkdirp/test/umask_sync.js +32 -0
  208. data/node_modules/ms/index.js +152 -0
  209. data/node_modules/ms/license.md +21 -0
  210. data/node_modules/ms/package.json +37 -0
  211. data/node_modules/ms/readme.md +51 -0
  212. data/node_modules/once/LICENSE +15 -0
  213. data/node_modules/once/README.md +79 -0
  214. data/node_modules/once/once.js +42 -0
  215. data/node_modules/once/package.json +33 -0
  216. data/node_modules/path-is-absolute/index.js +20 -0
  217. data/node_modules/path-is-absolute/license +21 -0
  218. data/node_modules/path-is-absolute/package.json +43 -0
  219. data/node_modules/path-is-absolute/readme.md +59 -0
  220. data/node_modules/pend/LICENSE +23 -0
  221. data/node_modules/pend/README.md +41 -0
  222. data/node_modules/pend/index.js +55 -0
  223. data/node_modules/pend/package.json +18 -0
  224. data/node_modules/pend/test.js +137 -0
  225. data/node_modules/process-nextick-args/index.js +44 -0
  226. data/node_modules/process-nextick-args/license.md +19 -0
  227. data/node_modules/process-nextick-args/package.json +25 -0
  228. data/node_modules/process-nextick-args/readme.md +18 -0
  229. data/node_modules/progress/CHANGELOG.md +115 -0
  230. data/node_modules/progress/LICENSE +22 -0
  231. data/node_modules/progress/Makefile +8 -0
  232. data/node_modules/progress/README.md +146 -0
  233. data/node_modules/progress/index.js +1 -0
  234. data/node_modules/progress/lib/node-progress.js +231 -0
  235. data/node_modules/progress/package.json +25 -0
  236. data/node_modules/proxy-from-env/README.md +131 -0
  237. data/node_modules/proxy-from-env/index.js +103 -0
  238. data/node_modules/proxy-from-env/package.json +35 -0
  239. data/node_modules/proxy-from-env/test.js +393 -0
  240. data/node_modules/puppeteer/CONTRIBUTING.md +206 -0
  241. data/node_modules/puppeteer/DeviceDescriptors.js +704 -0
  242. data/node_modules/puppeteer/LICENSE +202 -0
  243. data/node_modules/puppeteer/README.md +306 -0
  244. data/node_modules/puppeteer/index.js +28 -0
  245. data/node_modules/puppeteer/install.js +122 -0
  246. data/node_modules/puppeteer/lib/Browser.js +186 -0
  247. data/node_modules/puppeteer/lib/BrowserFetcher.js +279 -0
  248. data/node_modules/puppeteer/lib/Connection.js +246 -0
  249. data/node_modules/puppeteer/lib/Coverage.js +301 -0
  250. data/node_modules/puppeteer/lib/Dialog.js +84 -0
  251. data/node_modules/puppeteer/lib/ElementHandle.js +328 -0
  252. data/node_modules/puppeteer/lib/EmulationManager.js +89 -0
  253. data/node_modules/puppeteer/lib/ExecutionContext.js +232 -0
  254. data/node_modules/puppeteer/lib/FrameManager.js +997 -0
  255. data/node_modules/puppeteer/lib/Input.js +309 -0
  256. data/node_modules/puppeteer/lib/Launcher.js +310 -0
  257. data/node_modules/puppeteer/lib/Multimap.js +95 -0
  258. data/node_modules/puppeteer/lib/NavigatorWatcher.js +137 -0
  259. data/node_modules/puppeteer/lib/NetworkManager.js +796 -0
  260. data/node_modules/puppeteer/lib/Page.js +1098 -0
  261. data/node_modules/puppeteer/lib/Pipe.js +69 -0
  262. data/node_modules/puppeteer/lib/Puppeteer.js +60 -0
  263. data/node_modules/puppeteer/lib/Target.js +88 -0
  264. data/node_modules/puppeteer/lib/TaskQueue.js +17 -0
  265. data/node_modules/puppeteer/lib/Tracing.js +99 -0
  266. data/node_modules/puppeteer/lib/USKeyboardLayout.js +281 -0
  267. data/node_modules/puppeteer/lib/helper.js +248 -0
  268. data/node_modules/puppeteer/node6/lib/Browser.js +394 -0
  269. data/node_modules/puppeteer/node6/lib/BrowserFetcher.js +357 -0
  270. data/node_modules/puppeteer/node6/lib/Connection.js +350 -0
  271. data/node_modules/puppeteer/node6/lib/Coverage.js +561 -0
  272. data/node_modules/puppeteer/node6/lib/Dialog.js +136 -0
  273. data/node_modules/puppeteer/node6/lib/ElementHandle.js +796 -0
  274. data/node_modules/puppeteer/node6/lib/EmulationManager.js +115 -0
  275. data/node_modules/puppeteer/node6/lib/ExecutionContext.js +414 -0
  276. data/node_modules/puppeteer/node6/lib/FrameManager.js +1621 -0
  277. data/node_modules/puppeteer/node6/lib/Input.js +569 -0
  278. data/node_modules/puppeteer/node6/lib/Launcher.js +362 -0
  279. data/node_modules/puppeteer/node6/lib/Multimap.js +95 -0
  280. data/node_modules/puppeteer/node6/lib/NavigatorWatcher.js +163 -0
  281. data/node_modules/puppeteer/node6/lib/NetworkManager.js +1108 -0
  282. data/node_modules/puppeteer/node6/lib/Page.js +2242 -0
  283. data/node_modules/puppeteer/node6/lib/Pipe.js +69 -0
  284. data/node_modules/puppeteer/node6/lib/Puppeteer.js +60 -0
  285. data/node_modules/puppeteer/node6/lib/Target.js +114 -0
  286. data/node_modules/puppeteer/node6/lib/TaskQueue.js +17 -0
  287. data/node_modules/puppeteer/node6/lib/Tracing.js +177 -0
  288. data/node_modules/puppeteer/node6/lib/USKeyboardLayout.js +281 -0
  289. data/node_modules/puppeteer/node6/lib/helper.js +274 -0
  290. data/node_modules/puppeteer/package.json +61 -0
  291. data/node_modules/readable-stream/CONTRIBUTING.md +38 -0
  292. data/node_modules/readable-stream/GOVERNANCE.md +136 -0
  293. data/node_modules/readable-stream/LICENSE +47 -0
  294. data/node_modules/readable-stream/README.md +58 -0
  295. data/node_modules/readable-stream/doc/wg-meetings/2015-01-30.md +60 -0
  296. data/node_modules/readable-stream/duplex-browser.js +1 -0
  297. data/node_modules/readable-stream/duplex.js +1 -0
  298. data/node_modules/readable-stream/lib/_stream_duplex.js +131 -0
  299. data/node_modules/readable-stream/lib/_stream_passthrough.js +47 -0
  300. data/node_modules/readable-stream/lib/_stream_readable.js +1019 -0
  301. data/node_modules/readable-stream/lib/_stream_transform.js +214 -0
  302. data/node_modules/readable-stream/lib/_stream_writable.js +687 -0
  303. data/node_modules/readable-stream/lib/internal/streams/BufferList.js +79 -0
  304. data/node_modules/readable-stream/lib/internal/streams/destroy.js +74 -0
  305. data/node_modules/readable-stream/lib/internal/streams/stream-browser.js +1 -0
  306. data/node_modules/readable-stream/lib/internal/streams/stream.js +1 -0
  307. data/node_modules/readable-stream/package.json +52 -0
  308. data/node_modules/readable-stream/passthrough.js +1 -0
  309. data/node_modules/readable-stream/readable-browser.js +7 -0
  310. data/node_modules/readable-stream/readable.js +19 -0
  311. data/node_modules/readable-stream/transform.js +1 -0
  312. data/node_modules/readable-stream/writable-browser.js +1 -0
  313. data/node_modules/readable-stream/writable.js +8 -0
  314. data/node_modules/rimraf/LICENSE +15 -0
  315. data/node_modules/rimraf/README.md +101 -0
  316. data/node_modules/rimraf/bin.js +50 -0
  317. data/node_modules/rimraf/package.json +26 -0
  318. data/node_modules/rimraf/rimraf.js +364 -0
  319. data/node_modules/safe-buffer/LICENSE +21 -0
  320. data/node_modules/safe-buffer/README.md +584 -0
  321. data/node_modules/safe-buffer/index.d.ts +187 -0
  322. data/node_modules/safe-buffer/index.js +62 -0
  323. data/node_modules/safe-buffer/package.json +37 -0
  324. data/node_modules/string_decoder/LICENSE +48 -0
  325. data/node_modules/string_decoder/README.md +47 -0
  326. data/node_modules/string_decoder/lib/string_decoder.js +296 -0
  327. data/node_modules/string_decoder/package.json +31 -0
  328. data/node_modules/typedarray/LICENSE +35 -0
  329. data/node_modules/typedarray/example/tarray.js +4 -0
  330. data/node_modules/typedarray/index.js +630 -0
  331. data/node_modules/typedarray/package.json +55 -0
  332. data/node_modules/typedarray/readme.markdown +61 -0
  333. data/node_modules/typedarray/test/server/undef_globals.js +19 -0
  334. data/node_modules/typedarray/test/tarray.js +10 -0
  335. data/node_modules/ultron/LICENSE +22 -0
  336. data/node_modules/ultron/README.md +113 -0
  337. data/node_modules/ultron/index.js +136 -0
  338. data/node_modules/ultron/package.json +41 -0
  339. data/node_modules/util-deprecate/History.md +16 -0
  340. data/node_modules/util-deprecate/LICENSE +24 -0
  341. data/node_modules/util-deprecate/README.md +53 -0
  342. data/node_modules/util-deprecate/browser.js +67 -0
  343. data/node_modules/util-deprecate/node.js +6 -0
  344. data/node_modules/util-deprecate/package.json +27 -0
  345. data/node_modules/wrappy/LICENSE +15 -0
  346. data/node_modules/wrappy/README.md +36 -0
  347. data/node_modules/wrappy/package.json +29 -0
  348. data/node_modules/wrappy/wrappy.js +33 -0
  349. data/node_modules/ws/LICENSE +21 -0
  350. data/node_modules/ws/README.md +341 -0
  351. data/node_modules/ws/index.js +15 -0
  352. data/node_modules/ws/lib/BufferUtil.js +71 -0
  353. data/node_modules/ws/lib/Constants.js +10 -0
  354. data/node_modules/ws/lib/ErrorCodes.js +28 -0
  355. data/node_modules/ws/lib/EventTarget.js +151 -0
  356. data/node_modules/ws/lib/Extensions.js +203 -0
  357. data/node_modules/ws/lib/PerMessageDeflate.js +507 -0
  358. data/node_modules/ws/lib/Receiver.js +553 -0
  359. data/node_modules/ws/lib/Sender.js +412 -0
  360. data/node_modules/ws/lib/Validation.js +17 -0
  361. data/node_modules/ws/lib/WebSocket.js +717 -0
  362. data/node_modules/ws/lib/WebSocketServer.js +326 -0
  363. data/node_modules/ws/package.json +46 -0
  364. data/node_modules/yauzl/LICENSE +21 -0
  365. data/node_modules/yauzl/README.md +467 -0
  366. data/node_modules/yauzl/index.js +626 -0
  367. data/node_modules/yauzl/package.json +36 -0
  368. data/package.json +5 -0
  369. data/yarn.lock +240 -0
  370. metadata +372 -7
  371. data/app/assets/stylesheets/default.css +0 -4
  372. data/lib/postdoc/postdoc_view_helper.rb +0 -22
@@ -0,0 +1,796 @@
1
+ /**
2
+ * Copyright 2017 Google Inc. All rights reserved.
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ * http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
16
+ const EventEmitter = require('events');
17
+ const {helper, debugError} = require('./helper');
18
+ const Multimap = require('./Multimap');
19
+
20
+ class NetworkManager extends EventEmitter {
21
+ /**
22
+ * @param {!Puppeteer.CDPSession} client
23
+ * @param {!Puppeteer.FrameManager} frameManager
24
+ */
25
+ constructor(client, frameManager) {
26
+ super();
27
+ this._client = client;
28
+ this._frameManager = frameManager;
29
+ /** @type {!Map<string, !Request>} */
30
+ this._requestIdToRequest = new Map();
31
+ /** @type {!Map<string, !Request>} */
32
+ this._interceptionIdToRequest = new Map();
33
+ /** @type {!Object<string, string>} */
34
+ this._extraHTTPHeaders = {};
35
+
36
+ this._offline = false;
37
+
38
+ /** @type {?{username: string, password: string}} */
39
+ this._credentials = null;
40
+ /** @type {!Set<string>} */
41
+ this._attemptedAuthentications = new Set();
42
+ this._userRequestInterceptionEnabled = false;
43
+ this._protocolRequestInterceptionEnabled = false;
44
+ /** @type {!Multimap} */
45
+ this._requestHashToRequestIds = new Multimap();
46
+ /** @type {!Multimap} */
47
+ this._requestHashToInterceptionIds = new Multimap();
48
+
49
+ this._client.on('Network.requestWillBeSent', this._onRequestWillBeSent.bind(this));
50
+ this._client.on('Network.requestIntercepted', this._onRequestIntercepted.bind(this));
51
+ this._client.on('Network.requestServedFromCache', this._onRequestServedFromCache.bind(this));
52
+ this._client.on('Network.responseReceived', this._onResponseReceived.bind(this));
53
+ this._client.on('Network.loadingFinished', this._onLoadingFinished.bind(this));
54
+ this._client.on('Network.loadingFailed', this._onLoadingFailed.bind(this));
55
+ }
56
+
57
+ /**
58
+ * @param {?{username: string, password: string}} credentials
59
+ */
60
+ async authenticate(credentials) {
61
+ this._credentials = credentials;
62
+ await this._updateProtocolRequestInterception();
63
+ }
64
+
65
+ /**
66
+ * @param {!Object<string, string>} extraHTTPHeaders
67
+ */
68
+ async setExtraHTTPHeaders(extraHTTPHeaders) {
69
+ this._extraHTTPHeaders = {};
70
+ for (const key of Object.keys(extraHTTPHeaders)) {
71
+ const value = extraHTTPHeaders[key];
72
+ console.assert(helper.isString(value), `Expected value of header "${key}" to be String, but "${typeof value}" is found.`);
73
+ this._extraHTTPHeaders[key.toLowerCase()] = value;
74
+ }
75
+ await this._client.send('Network.setExtraHTTPHeaders', { headers: this._extraHTTPHeaders });
76
+ }
77
+
78
+ /**
79
+ * @return {!Object<string, string>}
80
+ */
81
+ extraHTTPHeaders() {
82
+ return Object.assign({}, this._extraHTTPHeaders);
83
+ }
84
+
85
+ /**
86
+ * @param {boolean} value
87
+ */
88
+ async setOfflineMode(value) {
89
+ if (this._offline === value)
90
+ return;
91
+ this._offline = value;
92
+ await this._client.send('Network.emulateNetworkConditions', {
93
+ offline: this._offline,
94
+ // values of 0 remove any active throttling. crbug.com/456324#c9
95
+ latency: 0,
96
+ downloadThroughput: -1,
97
+ uploadThroughput: -1
98
+ });
99
+ }
100
+
101
+ /**
102
+ * @param {string} userAgent
103
+ */
104
+ async setUserAgent(userAgent) {
105
+ await this._client.send('Network.setUserAgentOverride', { userAgent });
106
+ }
107
+
108
+ /**
109
+ * @param {boolean} value
110
+ */
111
+ async setRequestInterception(value) {
112
+ this._userRequestInterceptionEnabled = value;
113
+ await this._updateProtocolRequestInterception();
114
+ }
115
+
116
+ async _updateProtocolRequestInterception() {
117
+ const enabled = this._userRequestInterceptionEnabled || !!this._credentials;
118
+ if (enabled === this._protocolRequestInterceptionEnabled)
119
+ return;
120
+ this._protocolRequestInterceptionEnabled = enabled;
121
+ const patterns = enabled ? [{urlPattern: '*'}] : [];
122
+ await Promise.all([
123
+ this._client.send('Network.setCacheDisabled', {cacheDisabled: enabled}),
124
+ this._client.send('Network.setRequestInterception', {patterns})
125
+ ]);
126
+ }
127
+
128
+ /**
129
+ * @param {!Protocol.Network.requestInterceptedPayload} event
130
+ */
131
+ _onRequestIntercepted(event) {
132
+ if (event.authChallenge) {
133
+ /** @type {"Default"|"CancelAuth"|"ProvideCredentials"} */
134
+ let response = 'Default';
135
+ if (this._attemptedAuthentications.has(event.interceptionId)) {
136
+ response = 'CancelAuth';
137
+ } else if (this._credentials) {
138
+ response = 'ProvideCredentials';
139
+ this._attemptedAuthentications.add(event.interceptionId);
140
+ }
141
+ const {username, password} = this._credentials || {username: undefined, password: undefined};
142
+ this._client.send('Network.continueInterceptedRequest', {
143
+ interceptionId: event.interceptionId,
144
+ authChallengeResponse: { response, username, password }
145
+ }).catch(debugError);
146
+ return;
147
+ }
148
+ if (!this._userRequestInterceptionEnabled && this._protocolRequestInterceptionEnabled) {
149
+ this._client.send('Network.continueInterceptedRequest', {
150
+ interceptionId: event.interceptionId
151
+ }).catch(debugError);
152
+ }
153
+
154
+ if (event.redirectUrl) {
155
+ const request = this._interceptionIdToRequest.get(event.interceptionId);
156
+ if (request) {
157
+ this._handleRequestRedirect(request, event.responseStatusCode, event.responseHeaders, false /* fromDiskCache */, false /* fromServiceWorker */, null /* securityDetails */);
158
+ this._handleRequestStart(request._requestId, event.interceptionId, event.redirectUrl, event.resourceType, event.request, event.frameId, request._redirectChain);
159
+ }
160
+ return;
161
+ }
162
+ const requestHash = generateRequestHash(event.request);
163
+ const requestId = this._requestHashToRequestIds.firstValue(requestHash);
164
+ if (requestId) {
165
+ this._requestHashToRequestIds.delete(requestHash, requestId);
166
+ this._handleRequestStart(requestId, event.interceptionId, event.request.url, event.resourceType, event.request, event.frameId, []);
167
+ } else {
168
+ this._requestHashToInterceptionIds.set(requestHash, event.interceptionId);
169
+ this._handleRequestStart(null, event.interceptionId, event.request.url, event.resourceType, event.request, event.frameId, []);
170
+ }
171
+ }
172
+
173
+ /**
174
+ * @param {!Protocol.Network.requestServedFromCachePayload} event
175
+ */
176
+ _onRequestServedFromCache(event) {
177
+ const request = this._requestIdToRequest.get(event.requestId);
178
+ if (request)
179
+ request._fromMemoryCache = true;
180
+ }
181
+
182
+ /**
183
+ * @param {!Request} request
184
+ * @param {number} redirectStatus
185
+ * @param {!Object} redirectHeaders
186
+ * @param {boolean} fromDiskCache
187
+ * @param {boolean} fromServiceWorker
188
+ * @param {?Object} securityDetails
189
+ */
190
+ _handleRequestRedirect(request, redirectStatus, redirectHeaders, fromDiskCache, fromServiceWorker, securityDetails) {
191
+ const response = new Response(this._client, request, redirectStatus, redirectHeaders, fromDiskCache, fromServiceWorker, securityDetails);
192
+ request._response = response;
193
+ request._redirectChain.push(request);
194
+ response._bodyLoadedPromiseFulfill.call(null, new Error('Response body is unavailable for redirect responses'));
195
+ this._requestIdToRequest.delete(request._requestId);
196
+ this._interceptionIdToRequest.delete(request._interceptionId);
197
+ this._attemptedAuthentications.delete(request._interceptionId);
198
+ this.emit(NetworkManager.Events.Response, response);
199
+ this.emit(NetworkManager.Events.RequestFinished, request);
200
+ }
201
+
202
+ /**
203
+ * @param {?string} requestId
204
+ * @param {?string} interceptionId
205
+ * @param {string} url
206
+ * @param {string} resourceType
207
+ * @param {!Protocol.Network.Request} requestPayload
208
+ * @param {?string} frameId
209
+ * @param {!Array<!Request>} redirectChain
210
+ */
211
+ _handleRequestStart(requestId, interceptionId, url, resourceType, requestPayload, frameId, redirectChain) {
212
+ let frame = null;
213
+ if (frameId)
214
+ frame = this._frameManager.frame(frameId);
215
+ const request = new Request(this._client, requestId, interceptionId, this._userRequestInterceptionEnabled, url, resourceType, requestPayload, frame, redirectChain);
216
+ if (requestId)
217
+ this._requestIdToRequest.set(requestId, request);
218
+ if (interceptionId)
219
+ this._interceptionIdToRequest.set(interceptionId, request);
220
+ this.emit(NetworkManager.Events.Request, request);
221
+ }
222
+
223
+ /**
224
+ * @param {!Protocol.Network.requestWillBeSentPayload} event
225
+ */
226
+ _onRequestWillBeSent(event) {
227
+ if (this._protocolRequestInterceptionEnabled) {
228
+ // All redirects are handled in requestIntercepted.
229
+ if (event.redirectResponse)
230
+ return;
231
+ const requestHash = generateRequestHash(event.request);
232
+ const interceptionId = this._requestHashToInterceptionIds.firstValue(requestHash);
233
+ const request = interceptionId ? this._interceptionIdToRequest.get(interceptionId) : null;
234
+ if (request) {
235
+ request._requestId = event.requestId;
236
+ this._requestIdToRequest.set(event.requestId, request);
237
+ this._requestHashToInterceptionIds.delete(requestHash, interceptionId);
238
+ } else {
239
+ this._requestHashToRequestIds.set(requestHash, event.requestId);
240
+ }
241
+ return;
242
+ }
243
+ let redirectChain = [];
244
+ if (event.redirectResponse) {
245
+ const request = this._requestIdToRequest.get(event.requestId);
246
+ // If we connect late to the target, we could have missed the requestWillBeSent event.
247
+ if (request) {
248
+ this._handleRequestRedirect(request, event.redirectResponse.status, event.redirectResponse.headers, event.redirectResponse.fromDiskCache, event.redirectResponse.fromServiceWorker, event.redirectResponse.securityDetails);
249
+ redirectChain = request._redirectChain;
250
+ }
251
+ }
252
+ this._handleRequestStart(event.requestId, null, event.request.url, event.type, event.request, event.frameId, redirectChain);
253
+ }
254
+
255
+ /**
256
+ * @param {!Protocol.Network.responseReceivedPayload} event
257
+ */
258
+ _onResponseReceived(event) {
259
+ const request = this._requestIdToRequest.get(event.requestId);
260
+ // FileUpload sends a response without a matching request.
261
+ if (!request)
262
+ return;
263
+ const response = new Response(this._client, request, event.response.status, event.response.headers,
264
+ event.response.fromDiskCache, event.response.fromServiceWorker, event.response.securityDetails);
265
+ request._response = response;
266
+ this.emit(NetworkManager.Events.Response, response);
267
+ }
268
+
269
+ /**
270
+ * @param {!Protocol.Network.loadingFinishedPayload} event
271
+ */
272
+ _onLoadingFinished(event) {
273
+ const request = this._requestIdToRequest.get(event.requestId);
274
+ // For certain requestIds we never receive requestWillBeSent event.
275
+ // @see https://crbug.com/750469
276
+ if (!request)
277
+ return;
278
+ request.response()._bodyLoadedPromiseFulfill.call(null);
279
+ this._requestIdToRequest.delete(request._requestId);
280
+ this._interceptionIdToRequest.delete(request._interceptionId);
281
+ this._attemptedAuthentications.delete(request._interceptionId);
282
+ this.emit(NetworkManager.Events.RequestFinished, request);
283
+ }
284
+
285
+ /**
286
+ * @param {!Protocol.Network.loadingFailedPayload} event
287
+ */
288
+ _onLoadingFailed(event) {
289
+ const request = this._requestIdToRequest.get(event.requestId);
290
+ // For certain requestIds we never receive requestWillBeSent event.
291
+ // @see https://crbug.com/750469
292
+ if (!request)
293
+ return;
294
+ request._failureText = event.errorText;
295
+ const response = request.response();
296
+ if (response)
297
+ response._bodyLoadedPromiseFulfill.call(null);
298
+ this._requestIdToRequest.delete(request._requestId);
299
+ this._interceptionIdToRequest.delete(request._interceptionId);
300
+ this._attemptedAuthentications.delete(request._interceptionId);
301
+ this.emit(NetworkManager.Events.RequestFailed, request);
302
+ }
303
+ }
304
+
305
+ class Request {
306
+ /**
307
+ * @param {!Puppeteer.CDPSession} client
308
+ * @param {?string} requestId
309
+ * @param {string} interceptionId
310
+ * @param {boolean} allowInterception
311
+ * @param {string} url
312
+ * @param {string} resourceType
313
+ * @param {!Protocol.Network.Request} payload
314
+ * @param {?Puppeteer.Frame} frame
315
+ * @param {!Array<!Request>} redirectChain
316
+ */
317
+ constructor(client, requestId, interceptionId, allowInterception, url, resourceType, payload, frame, redirectChain) {
318
+ this._client = client;
319
+ this._requestId = requestId;
320
+ this._interceptionId = interceptionId;
321
+ this._allowInterception = allowInterception;
322
+ this._interceptionHandled = false;
323
+ this._response = null;
324
+ this._failureText = null;
325
+
326
+ this._url = url;
327
+ this._resourceType = resourceType.toLowerCase();
328
+ this._method = payload.method;
329
+ this._postData = payload.postData;
330
+ this._headers = {};
331
+ this._frame = frame;
332
+ this._redirectChain = redirectChain;
333
+ for (const key of Object.keys(payload.headers))
334
+ this._headers[key.toLowerCase()] = payload.headers[key];
335
+
336
+ this._fromMemoryCache = false;
337
+ }
338
+
339
+ /**
340
+ * @return {string}
341
+ */
342
+ url() {
343
+ return this._url;
344
+ }
345
+
346
+ /**
347
+ * @return {string}
348
+ */
349
+ resourceType() {
350
+ return this._resourceType;
351
+ }
352
+
353
+ /**
354
+ * @return {string}
355
+ */
356
+ method() {
357
+ return this._method;
358
+ }
359
+
360
+ /**
361
+ * @return {string}
362
+ */
363
+ postData() {
364
+ return this._postData;
365
+ }
366
+
367
+ /**
368
+ * @return {!Object}
369
+ */
370
+ headers() {
371
+ return this._headers;
372
+ }
373
+
374
+ /**
375
+ * @return {?Response}
376
+ */
377
+ response() {
378
+ return this._response;
379
+ }
380
+
381
+ /**
382
+ * @return {?Puppeteer.Frame}
383
+ */
384
+ frame() {
385
+ return this._frame;
386
+ }
387
+
388
+ /**
389
+ * @return {!Array<!Request>}
390
+ */
391
+ redirectChain() {
392
+ return this._redirectChain.slice();
393
+ }
394
+
395
+ /**
396
+ * @return {?{errorText: string}}
397
+ */
398
+ failure() {
399
+ if (!this._failureText)
400
+ return null;
401
+ return {
402
+ errorText: this._failureText
403
+ };
404
+ }
405
+
406
+ /**
407
+ * @param {!Object=} overrides
408
+ */
409
+ async continue(overrides = {}) {
410
+ console.assert(this._allowInterception, 'Request Interception is not enabled!');
411
+ console.assert(!this._interceptionHandled, 'Request is already handled!');
412
+ this._interceptionHandled = true;
413
+ await this._client.send('Network.continueInterceptedRequest', {
414
+ interceptionId: this._interceptionId,
415
+ url: overrides.url,
416
+ method: overrides.method,
417
+ postData: overrides.postData,
418
+ headers: overrides.headers,
419
+ }).catch(error => {
420
+ // In certain cases, protocol will return error if the request was already canceled
421
+ // or the page was closed. We should tolerate these errors.
422
+ debugError(error);
423
+ });
424
+ }
425
+
426
+ /**
427
+ * @param {!{status: number, headers: Object, contentType: string, body: (string|Buffer)}} response
428
+ */
429
+ async respond(response) {
430
+ // Mocking responses for dataURL requests is not currently supported.
431
+ if (this._url.startsWith('data:'))
432
+ return;
433
+ console.assert(this._allowInterception, 'Request Interception is not enabled!');
434
+ console.assert(!this._interceptionHandled, 'Request is already handled!');
435
+ this._interceptionHandled = true;
436
+
437
+ const responseBody = response.body && helper.isString(response.body) ? Buffer.from(/** @type {string} */(response.body)) : /** @type {?Buffer} */(response.body || null);
438
+
439
+ const responseHeaders = {};
440
+ if (response.headers) {
441
+ for (const header of Object.keys(response.headers))
442
+ responseHeaders[header.toLowerCase()] = response.headers[header];
443
+ }
444
+ if (response.contentType)
445
+ responseHeaders['content-type'] = response.contentType;
446
+ if (responseBody && !('content-length' in responseHeaders)) {
447
+ // @ts-ignore
448
+ responseHeaders['content-length'] = Buffer.byteLength(responseBody);
449
+ }
450
+
451
+ const statusCode = response.status || 200;
452
+ const statusText = statusTexts[statusCode] || '';
453
+ const statusLine = `HTTP/1.1 ${statusCode} ${statusText}`;
454
+
455
+ const CRLF = '\r\n';
456
+ let text = statusLine + CRLF;
457
+ for (const header of Object.keys(responseHeaders))
458
+ text += header + ': ' + responseHeaders[header] + CRLF;
459
+ text += CRLF;
460
+ let responseBuffer = Buffer.from(text, 'utf8');
461
+ if (responseBody)
462
+ responseBuffer = Buffer.concat([responseBuffer, responseBody]);
463
+
464
+ await this._client.send('Network.continueInterceptedRequest', {
465
+ interceptionId: this._interceptionId,
466
+ rawResponse: responseBuffer.toString('base64')
467
+ }).catch(error => {
468
+ // In certain cases, protocol will return error if the request was already canceled
469
+ // or the page was closed. We should tolerate these errors.
470
+ debugError(error);
471
+ });
472
+ }
473
+
474
+ /**
475
+ * @param {string=} errorCode
476
+ */
477
+ async abort(errorCode = 'failed') {
478
+ const errorReason = errorReasons[errorCode];
479
+ console.assert(errorReason, 'Unknown error code: ' + errorCode);
480
+ console.assert(this._allowInterception, 'Request Interception is not enabled!');
481
+ console.assert(!this._interceptionHandled, 'Request is already handled!');
482
+ this._interceptionHandled = true;
483
+ await this._client.send('Network.continueInterceptedRequest', {
484
+ interceptionId: this._interceptionId,
485
+ errorReason
486
+ }).catch(error => {
487
+ // In certain cases, protocol will return error if the request was already canceled
488
+ // or the page was closed. We should tolerate these errors.
489
+ debugError(error);
490
+ });
491
+ }
492
+ }
493
+
494
+ const errorReasons = {
495
+ 'aborted': 'Aborted',
496
+ 'accessdenied': 'AccessDenied',
497
+ 'addressunreachable': 'AddressUnreachable',
498
+ 'connectionaborted': 'ConnectionAborted',
499
+ 'connectionclosed': 'ConnectionClosed',
500
+ 'connectionfailed': 'ConnectionFailed',
501
+ 'connectionrefused': 'ConnectionRefused',
502
+ 'connectionreset': 'ConnectionReset',
503
+ 'internetdisconnected': 'InternetDisconnected',
504
+ 'namenotresolved': 'NameNotResolved',
505
+ 'timedout': 'TimedOut',
506
+ 'failed': 'Failed',
507
+ };
508
+
509
+ helper.tracePublicAPI(Request);
510
+
511
+ class Response {
512
+ /**
513
+ * @param {!Puppeteer.CDPSession} client
514
+ * @param {!Request} request
515
+ * @param {number} status
516
+ * @param {!Object} headers
517
+ * @param {boolean} fromDiskCache
518
+ * @param {boolean} fromServiceWorker
519
+ * @param {?Object} securityDetails
520
+ */
521
+ constructor(client, request, status, headers, fromDiskCache, fromServiceWorker, securityDetails) {
522
+ this._client = client;
523
+ this._request = request;
524
+ this._contentPromise = null;
525
+
526
+ this._bodyLoadedPromise = new Promise(fulfill => {
527
+ this._bodyLoadedPromiseFulfill = fulfill;
528
+ });
529
+
530
+ this._status = status;
531
+ this._url = request.url();
532
+ this._fromDiskCache = fromDiskCache;
533
+ this._fromServiceWorker = fromServiceWorker;
534
+ this._headers = {};
535
+ for (const key of Object.keys(headers))
536
+ this._headers[key.toLowerCase()] = headers[key];
537
+ this._securityDetails = null;
538
+ if (securityDetails) {
539
+ this._securityDetails = new SecurityDetails(
540
+ securityDetails['subjectName'],
541
+ securityDetails['issuer'],
542
+ securityDetails['validFrom'],
543
+ securityDetails['validTo'],
544
+ securityDetails['protocol']);
545
+ }
546
+ }
547
+
548
+ /**
549
+ * @return {string}
550
+ */
551
+ url() {
552
+ return this._url;
553
+ }
554
+
555
+ /**
556
+ * @return {boolean}
557
+ */
558
+ ok() {
559
+ return this._status === 0 || (this._status >= 200 && this._status <= 299);
560
+ }
561
+
562
+ /**
563
+ * @return {number}
564
+ */
565
+ status() {
566
+ return this._status;
567
+ }
568
+
569
+ /**
570
+ * @return {!Object}
571
+ */
572
+ headers() {
573
+ return this._headers;
574
+ }
575
+
576
+ /**
577
+ * @return {?SecurityDetails}
578
+ */
579
+ securityDetails() {
580
+ return this._securityDetails;
581
+ }
582
+
583
+ /**
584
+ * @return {!Promise<!Buffer>}
585
+ */
586
+ buffer() {
587
+ if (!this._contentPromise) {
588
+ this._contentPromise = this._bodyLoadedPromise.then(async error => {
589
+ if (error)
590
+ throw error;
591
+ const response = await this._client.send('Network.getResponseBody', {
592
+ requestId: this._request._requestId
593
+ });
594
+ return Buffer.from(response.body, response.base64Encoded ? 'base64' : 'utf8');
595
+ });
596
+ }
597
+ return this._contentPromise;
598
+ }
599
+
600
+ /**
601
+ * @return {!Promise<string>}
602
+ */
603
+ async text() {
604
+ const content = await this.buffer();
605
+ return content.toString('utf8');
606
+ }
607
+
608
+ /**
609
+ * @return {!Promise<!Object>}
610
+ */
611
+ async json() {
612
+ const content = await this.text();
613
+ return JSON.parse(content);
614
+ }
615
+
616
+ /**
617
+ * @return {!Request}
618
+ */
619
+ request() {
620
+ return this._request;
621
+ }
622
+
623
+ /**
624
+ * @return {boolean}
625
+ */
626
+ fromCache() {
627
+ return this._fromDiskCache || this._request._fromMemoryCache;
628
+ }
629
+
630
+ /**
631
+ * @return {boolean}
632
+ */
633
+ fromServiceWorker() {
634
+ return this._fromServiceWorker;
635
+ }
636
+ }
637
+ helper.tracePublicAPI(Response);
638
+
639
+ /**
640
+ * @param {!Protocol.Network.Request} request
641
+ * @return {string}
642
+ */
643
+ function generateRequestHash(request) {
644
+ let normalizedURL = request.url;
645
+ try {
646
+ // Decoding is necessary to normalize URLs. @see crbug.com/759388
647
+ // The method will throw if the URL is malformed. In this case,
648
+ // consider URL to be normalized as-is.
649
+ normalizedURL = decodeURI(request.url);
650
+ } catch (e) {
651
+ }
652
+ const hash = {
653
+ url: normalizedURL,
654
+ method: request.method,
655
+ postData: request.postData,
656
+ headers: {},
657
+ };
658
+
659
+ if (!normalizedURL.startsWith('data:')) {
660
+ const headers = Object.keys(request.headers);
661
+ headers.sort();
662
+ for (let header of headers) {
663
+ const headerValue = request.headers[header];
664
+ header = header.toLowerCase();
665
+ if (header === 'accept' || header === 'referer' || header === 'x-devtools-emulate-network-conditions-client-id')
666
+ continue;
667
+ hash.headers[header] = headerValue;
668
+ }
669
+ }
670
+ return JSON.stringify(hash);
671
+ }
672
+
673
+ class SecurityDetails {
674
+ /**
675
+ * @param {string} subjectName
676
+ * @param {string} issuer
677
+ * @param {number} validFrom
678
+ * @param {number} validTo
679
+ * @param {string} protocol
680
+ */
681
+
682
+ constructor(subjectName, issuer, validFrom, validTo, protocol) {
683
+ this._subjectName = subjectName;
684
+ this._issuer = issuer;
685
+ this._validFrom = validFrom;
686
+ this._validTo = validTo;
687
+ this._protocol = protocol;
688
+ }
689
+
690
+ /**
691
+ * @return {string}
692
+ */
693
+ subjectName() {
694
+ return this._subjectName;
695
+ }
696
+
697
+ /**
698
+ * @return {string}
699
+ */
700
+ issuer() {
701
+ return this._issuer;
702
+ }
703
+
704
+ /**
705
+ * @return {number}
706
+ */
707
+ validFrom() {
708
+ return this._validFrom;
709
+ }
710
+
711
+ /**
712
+ * @return {number}
713
+ */
714
+ validTo() {
715
+ return this._validTo;
716
+ }
717
+
718
+ /**
719
+ * @return {string}
720
+ */
721
+ protocol() {
722
+ return this._protocol;
723
+ }
724
+ }
725
+
726
+ NetworkManager.Events = {
727
+ Request: 'request',
728
+ Response: 'response',
729
+ RequestFailed: 'requestfailed',
730
+ RequestFinished: 'requestfinished',
731
+ };
732
+
733
+ const statusTexts = {
734
+ '100': 'Continue',
735
+ '101': 'Switching Protocols',
736
+ '102': 'Processing',
737
+ '200': 'OK',
738
+ '201': 'Created',
739
+ '202': 'Accepted',
740
+ '203': 'Non-Authoritative Information',
741
+ '204': 'No Content',
742
+ '206': 'Partial Content',
743
+ '207': 'Multi-Status',
744
+ '208': 'Already Reported',
745
+ '209': 'IM Used',
746
+ '300': 'Multiple Choices',
747
+ '301': 'Moved Permanently',
748
+ '302': 'Found',
749
+ '303': 'See Other',
750
+ '304': 'Not Modified',
751
+ '305': 'Use Proxy',
752
+ '306': 'Switch Proxy',
753
+ '307': 'Temporary Redirect',
754
+ '308': 'Permanent Redirect',
755
+ '400': 'Bad Request',
756
+ '401': 'Unauthorized',
757
+ '402': 'Payment Required',
758
+ '403': 'Forbidden',
759
+ '404': 'Not Found',
760
+ '405': 'Method Not Allowed',
761
+ '406': 'Not Acceptable',
762
+ '407': 'Proxy Authentication Required',
763
+ '408': 'Request Timeout',
764
+ '409': 'Conflict',
765
+ '410': 'Gone',
766
+ '411': 'Length Required',
767
+ '412': 'Precondition Failed',
768
+ '413': 'Payload Too Large',
769
+ '414': 'URI Too Long',
770
+ '415': 'Unsupported Media Type',
771
+ '416': 'Range Not Satisfiable',
772
+ '417': 'Expectation Failed',
773
+ '418': 'I\'m a teapot',
774
+ '421': 'Misdirected Request',
775
+ '422': 'Unprocessable Entity',
776
+ '423': 'Locked',
777
+ '424': 'Failed Dependency',
778
+ '426': 'Upgrade Required',
779
+ '428': 'Precondition Required',
780
+ '429': 'Too Many Requests',
781
+ '431': 'Request Header Fields Too Large',
782
+ '451': 'Unavailable For Legal Reasons',
783
+ '500': 'Internal Server Error',
784
+ '501': 'Not Implemented',
785
+ '502': 'Bad Gateway',
786
+ '503': 'Service Unavailable',
787
+ '504': 'Gateway Timeout',
788
+ '505': 'HTTP Version Not Supported',
789
+ '506': 'Variant Also Negotiates',
790
+ '507': 'Insufficient Storage',
791
+ '508': 'Loop Detected',
792
+ '510': 'Not Extended',
793
+ '511': 'Network Authentication Required',
794
+ };
795
+
796
+ module.exports = {Request, Response, NetworkManager};