Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
this._extensionRegistry = {};
this._extensionRegistry[ExternalResourceType.CANVAS] = {
load: this._extensions[Extension.OSD]
};
this._extensionRegistry[ExternalResourceType.IMAGE] = {
load: this._extensions[Extension.OSD]
};
this._extensionRegistry[ExternalResourceType.MOVING_IMAGE] = {
load: this._extensions[Extension.MEDIAELEMENT]
};
this._extensionRegistry[ExternalResourceType.PHYSICAL_OBJECT] = {
load: this._extensions[Extension.VIRTEX]
};
this._extensionRegistry[ExternalResourceType.SOUND] = {
load: this._extensions[Extension.MEDIAELEMENT]
};
this._extensionRegistry[RenderingFormat.PDF] = {
load: this._extensions[Extension.PDF]
};
// presentation 3
this._extensionRegistry[MediaType.JPG] = {
load: this._extensions[Extension.OSD]
};