puppeteer-sharp
puppeteer-sharp copied to clipboard
Page.ExposeFunctionAsync aot don't work
await page.ExposeFunctionAsync("getCustomString", async () => { await Task.Delay(100); return "Hello from C#!"; });
@yuanfeng-net do you want to try #2894?