Skip to content

flbeta_function_stripScripts

Wesley de Groot edited this page Sep 15, 2016 · 35 revisions
                     _          
                    (_)         
            	     _    _____ 
        	        | |  / ____|
    	            | |  | (___ 
	            _   | |  \___  \
 ______    _   | |__| |  ____) |
|______|  (_)   \____/  |______/
                     v0.0.8 Beta

💡 Function stripScripts

💡 _('.wrapper').stripScripts()



Get the filesize of a file

Parameter list

Type @var Description Required
string fileURL file url Required
object onSize return to function Required

Example:

_.getFileSize('https://www.wdgwv.com/logo.png', function (size) {window.alert(size)})


Returns:

null




[Back to function list](https://github.com/wesdegroot/_.js/wiki/Function%20List%20(Beta))

Clone this wiki locally