[Webkit-unassigned] [Bug 213556] [iOS 14] JavaScript cannot be injected into iframes using isolated worlds
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Jun 24 10:13:26 PDT 2020
https://bugs.webkit.org/show_bug.cgi?id=213556
--- Comment #3 from Alex Christensen <achristensen at apple.com> ---
I'm wondering if these SPIs would meet your needs?
- (void)_evaluateJavaScript:(NSString *)javaScriptString inFrame:(WKFrameInfo *)frame inContentWorld:(WKContentWorld *)contentWorld completionHandler:(void (^)(id, NSError * error))completionHandler WK_API_AVAILABLE(macos(WK_MAC_TBA), ios(WK_IOS_TBA));
...
- (void)_callAsyncJavaScript:(NSString *)functionBody arguments:(NSDictionary<NSString *, id> *)arguments inFrame:(WKFrameInfo *)frame inContentWorld:(WKContentWorld *)contentWorld completionHandler:(void (^)(id, NSError *error))completionHandler WK_API_AVAILABLE(macos(WK_MAC_TBA), ios(WK_IOS_TBA));
...
- (void)_frames:(void (^)(_WKFrameTreeNode *))completionHandler WK_API_AVAILABLE(macos(WK_MAC_TBA), ios(WK_IOS_TBA));
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200624/6400e447/attachment.htm>
More information about the webkit-unassigned
mailing list