@@ -30,7 +30,6 @@ For example as a <a href="https://learn.microsoft.com/en-us/windows/win32/learnw
3030
3131## Intercepted Schemes
3232<secondary-label ref =" config-only " />
33- <secondary-label ref =" macos-limitations " />
3433
3534Defines custom schemes that your application can handle.
3635These schemes allow you to create custom protocols for your application.
@@ -41,31 +40,15 @@ $appConfig = new Boson\ApplicationCreateInfo(
4140);
4241```
4342
43+ More detailed information about the schemes is available
44+ on the [ Schemes API] ( schemes-api.md ) page.
45+
4446<tip >
4547Each registered scheme in this list will produce a
4648<a href =" schemes-api-events.md#request-intention " >SchemeRequestReceived</a > intention
4749when attempting to access a resource located at an address with this protocol.
4850</tip >
4951
50- <tabs >
51- <tab title =" MacOS/WebKit " >
52- <warning >
53- Does NOT support interception of some existing schemes:
54- <code >http</code >, <code >https</code >, <code >ws</code >, <code >wss</code >,
55- <code >ftp</code >, <code >file</code >, <code >data</code >.
56-
57- You will get an error similar to the following:
58- <code-block >
59- ** * Terminating app due to uncaught
60- exception 'NSInvalidArgumentException', reason: "'https' is a URL
61- scheme that WKWebView handles natively"
62- ** * First throw call stack:
63- ...
64- </code-block >
65- </warning >
66- </tab >
67- </tabs >
68-
6952
7053## Threads Count
7154<secondary-label ref =" config-only " />
0 commit comments