Posts

Post marked as solved
11 Replies
How can I boost the signal on this, because this is the exact use case I am trying to solve right now. I like the idea of a URLRequest with a path relative to a browser result, or something along those lines. I'm thinking something like this: let browserResult = <some NWBrowser.Result> let request = URLRequest(path: "/do/something", relativeTo: browserResult)