Contents

WKError.Code.javaScriptInvalidFrameTarget

An error that indicates your content referenced an invalid web frame.

Declaration

case javaScriptInvalidFrameTarget

Discussion

WebKit might report this error in the following situations:

  • An evaluated script removes a frame that you reference.

  • Navigation to a different frame occurred and triggered the destruction of the specified frame.

See Also

Errors