-
Notifications
You must be signed in to change notification settings - Fork 570
WebKit iOS xcode27.0 b2
Alex Soto edited this page Jun 23, 2026
·
1 revision
#WebKit.framework
diff -ruN /Applications/Xcode_27.0.0-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/WebKit.framework/Headers/WKContentWorldConfiguration.h /Applications/Xcode_27.0.0-beta2.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/WebKit.framework/Headers/WKContentWorldConfiguration.h
--- /Applications/Xcode_27.0.0-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/WebKit.framework/Headers/WKContentWorldConfiguration.h 2026-05-30 00:58:07
+++ /Applications/Xcode_27.0.0-beta2.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/WebKit.framework/Headers/WKContentWorldConfiguration.h 2026-06-18 03:29:19
@@ -57,10 +57,10 @@
object for the application to use in future JavaScript programs.
Refer to the `WKJSSerializedNode` documentation for more information.
*/
-@property (nonatomic) BOOL nodeSerializationEnabled API_AVAILABLE(macos(NA), ios(27.0), visionos(NA));
+@property (nonatomic) BOOL nodeSerializationEnabled;
/*! @abstract A boolean indicating whether or not `window.webkit.createJSHandle` is available. */
-@property (nonatomic, setter=setJSHandleCreationEnabled:) BOOL jsHandleCreationEnabled API_AVAILABLE(macos(NA), ios(27.0), visionos(NA));
+@property (nonatomic, setter=setJSHandleCreationEnabled:) BOOL jsHandleCreationEnabled;
/*! @abstract A boolean indicating whether the JavaScript in this world is visible to the Web Inspector. */
@property (nonatomic, getter=isInspectable) BOOL inspectable;