Skip to content

Default context

Checklist
  • make -j4 test (UNIX), or vcbuild test nosign (Windows) passes
  • tests and/or benchmarks are included
  • commit message follows commit guidelines
Affected core subsystem(s)

This change touches only the inspector integration.

Description of change

Inspector now returns a proper context when the default context is requested. This makes it possible to omit context ID from some requests.

Note that this PR is built on top of another PR (nodejs/node#8429) and adds a new test. I will roll the test change into that PR if this one is greenlighted first.

CC: @ofrobots

Merge request reports

Loading