mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-12-16 08:18:59 +00:00
isolated polyfill + create when needed
This commit is contained in:
@@ -125,8 +125,6 @@ fn createTarget(cmd: anytype) !void {
|
||||
bc.target_id = target_id;
|
||||
|
||||
var page = try bc.session.createPage();
|
||||
try bc.createIsolatedWorld(page);
|
||||
|
||||
{
|
||||
const aux_data = try std.fmt.allocPrint(cmd.arena, "{{\"isDefault\":true,\"type\":\"default\",\"frameId\":\"{s}\"}}", .{target_id});
|
||||
bc.inspector.contextCreated(
|
||||
|
||||
Reference in New Issue
Block a user