chromeless icon indicating copy to clipboard operation
chromeless copied to clipboard

TypeError: Network.deleteCookie is not a function

Open thinkjson opened this issue 7 years ago • 0 comments

This is a Bug Report

Description

For bug reports:

  • What went wrong? I tried to delete a cookie and got an exception.

  • What did you expect should have happened? The cookie would have been deleted.

  • What was the config you used? Empty constructor.

  • What stacktrace or error message from your provider did you see?

    TypeError: Network.deleteCookie is not a function
      at Object.<anonymous> (node_modules/chromeless/src/util.ts:432:17)
      at step (node_modules/chromeless/dist/src/util.js:40:23)
      at Object.next (node_modules/chromeless/dist/src/util.js:21:53)
      at node_modules/chromeless/dist/src/util.js:15:71
      at Object.<anonymous>.__awaiter (node_modules/chromeless/dist/src/util.js:11:12)
      at Object.deleteCookie (node_modules/chromeless/dist/src/util.js:584:12)
      at LocalRuntime.<anonymous> (node_modules/chromeless/src/chrome/local-runtime.ts:352:13)
      at step (node_modules/chromeless/dist/src/chrome/local-runtime.js:32:23)
      at Object.next (node_modules/chromeless/dist/src/chrome/local-runtime.js:13:53)
      at fulfilled (node_modules/chromeless/dist/src/chrome/local-runtime.js:4:58)
    

Similar or dependent issues:

  • #12345

Additional Data

  • Chromeless Version you're using: 1.5.0

  • Operating System: OS X 10.12.6

thinkjson avatar Jan 23 '18 14:01 thinkjson