Commit 739f4af7 authored by Robert Knight's avatar Robert Knight

Add note about error delivery while handler frame is loading

parent 2b08ffe6
...@@ -25,8 +25,8 @@ export function captureErrors(callback, context) { ...@@ -25,8 +25,8 @@ export function captureErrors(callback, context) {
/** /**
* Forward an error to the frame registered with {@link sendErrorsTo}. * Forward an error to the frame registered with {@link sendErrorsTo}.
* *
* This function operates on a best-effort basis. If no error handling frame * Errors are delivered on a best-effort basis. If no error handling frame has
* has been registered it does nothing. * been registered or the frame is still loading, the error will not be received.
* *
* @param {unknown} error * @param {unknown} error
* @param {string} context - A short message indicating where the error happened. * @param {string} context - A short message indicating where the error happened.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment