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?
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…