In Chrome's Puppeteer, at ExecutionContextDescription.auxData
you can find an object containing the following properties: isDefault
, type
and frameId
frameId
is fairly straightforward to understand, but the other properties doesn't seem documented anywhere. What makes an execution context the default one? Isn't the execution context always just one for each frame at any given time?