How to use the getMissingUris function from tv4
Find comprehensive JavaScript tv4.getMissingUris code examples handpicked from public code repositorys.
GitHub: geraintluff/tv4
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/); ````
190
0
34
+ 7 other calls in file
tv4.validate is the most popular function in tv4 (982 examples)