blue-eyed-devil opened a new issue #1638: \n inside minified javascript
URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1638
 
 
   i am using latest pagespeed with latest nginx. it was throwing some errors 
and when i opened minified javascript file I seen that pagespeed added \n for 
every new line in minified script. here is the sample:
   
   `var mod_pagespeed_2SYH0Iu33n = "class UserMediaRecorder {\n 
constructor(options) {\n                this.openbutton = '#openRecordPanel';\n 
        if (typeof options.openbutton !== 'undefined'){\n                       
this.openbutton = options.openbutton;\n         }\n             
this.lengthSeconds = false;\n           if (typeof options.limit !== 
'undefined'){\n                    this.lengthSeconds = options.limit;\n        
   }\n             this.msecondsLeft;\n            this.isPaused = false;\n     
           this.constraints = {audio: true, video: true};\n                if 
(typeof options.constraints !== 'undefined'){\n                      
this.constraints = options.constraints;\n               }\n             
this.containerClass = '';\n             if (typeof options.containerClass !== 
'undefined'){\n                   this.containerClass = 
options.containerClass;\n         }\n             this.onfileupload = 
function(blob){console.log(blob);};\n               if (typeof 
options.onfileupload !== 'undefined'){\n                     this.onfileupload 
= options.onfileupload;\n             }\n\n`

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to