How to use the getMissingUris function from tv4

Find comprehensive JavaScript tv4.getMissingUris code examples handpicked from public code repositorys.

181
182
183
184
185
186
187
188
189
190
Use this in combination with `tv4.addSchema(uri, schema)` to preload the cache for complete synchronous validation with.

* `filter` optional RegExp to filter URIs

````
var arr = tv4.getMissingUris();

// optional filter using a RegExp
var arr = tv4.getMissingUris(/^https?://example.com/);
````
fork icon190
star icon0
watch icon34

+ 7 other calls in file