mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 04:50:18 +00:00
Merge pull request #12873 from kant2002/patch-9
Add global `onError` handler for knockout 3.4.0
This commit is contained in:
Vendored
+6
@@ -587,6 +587,12 @@ interface KnockoutStatic {
|
||||
/////////////////////////////////
|
||||
|
||||
tasks: KnockoutTasks;
|
||||
|
||||
/////////////////////////////////
|
||||
// utils.js
|
||||
/////////////////////////////////
|
||||
|
||||
onError?: (error: Error) => void;
|
||||
}
|
||||
|
||||
interface KnockoutBindingProvider {
|
||||
|
||||
Reference in New Issue
Block a user