Files
Kmake/deps/v8/test/inspector/runtime/context-destroyed-on-context-collected-expected.txt

9 lines
261 B
Plaintext
Raw Normal View History

2026-05-26 23:36:42 -07:00
Tests that contextDesrtoyed nofitication is fired when context is collected.
{
method : Runtime.executionContextDestroyed
params : {
executionContextId : <executionContextId>
executionContextUniqueId : <executionContextUniqueId>
}
}