Merge pull request #799 from scribu/patch-1
Add missing fields to resourceError description
Showing
1 changed file
with
3 additions
and
1 deletions
... | @@ -356,8 +356,10 @@ Emitted when any remote console logging call has been performed. | ... | @@ -356,8 +356,10 @@ Emitted when any remote console logging call has been performed. |
356 | 356 | ||
357 | Emitted when any requested resource fails to load properly. The received ``resourceError`` object has the following properties: | 357 | Emitted when any requested resource fails to load properly. The received ``resourceError`` object has the following properties: |
358 | 358 | ||
359 | - ``errorCode``: HTTP status code received | 359 | - ``errorCode``: error code |
360 | - ``errorString``: error description | ||
360 | - ``url``: resource url | 361 | - ``url``: resource url |
362 | - ``id``: resource id | ||
361 | 363 | ||
362 | ``resource.received`` | 364 | ``resource.received`` |
363 | ~~~~~~~~~~~~~~~~~~~~~ | 365 | ~~~~~~~~~~~~~~~~~~~~~ | ... | ... |
-
Please register or sign in to post a comment