Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

Getting Error “cannot read property split of null”

// Try to check your value for "null" and "undefined" first, before use it
// Example:
if(byteData)
    byteData = byteData.split(';')[1].replace("base64,", "");
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #Getting #Error #read #property #split
ADD COMMENT
Topic
Name
6+9 =