()
| 51859 | }; |
| 51860 | webidl.converters["sequence<BlobPart>"] = webidl.sequenceConverter( |
| 51861 | webidl.converters.BlobPart |
| 51862 | ); |
| 51863 | webidl.converters.FilePropertyBag = webidl.dictionaryConverter([ |
| 51864 | { |
| 51865 | key: "lastModified", |
| 51866 | converter: webidl.converters["long long"], |
nothing calls this directly
no test coverage detected
searching dependent graphs…