GitToTheHub commented on PR #1602:
URL: https://github.com/apache/cordova-ios/pull/1602#issuecomment-3860899701

   Why not have all information at one place? Apple itself gives the reason of 
the deprecation of `WKProcessPool` as follows:
   
   ```objc
   WK_EXTERN API_DEPRECATED("Creating and using multiple instances of 
WKProcessPool no longer has any effect.", macos(10.10, 12.0), ios(8.0, 15.0), 
visionos(1.0, 1.0))
   ```
   
   Here you can also see it's deprecated since iOS 15.
   
   It was deprecated in Cordova because of this. Just saying `WebKit 
WKProcessPool is deprecated in iOS` is a little bit thin in my opinion.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to