()
| 298 | } |
| 299 | |
| 300 | func (po ProcessingOptions) MaxSrcResolution() int { |
| 301 | return po.securityChecker.MaxSrcResolution(po.Main()) |
| 302 | } |
| 303 | |
| 304 | func (po ProcessingOptions) MaxAnimationFrames() int { |
| 305 | return po.securityChecker.MaxAnimationFrames(po.Main()) |