use File System API getDirectoryHandle() on chrome mobile android which from official page about browser compatibility startng from version 86 and actually we are at version 127, how it is possible in Javascript that function reports Uncaught (in promise) ReferenceError: getDirectionHandle is not defined ? maybe does all that File System API to be initialized someway first?
show the code and where are you using it.
Is this a joke?
Language: js Code: console.log( "getDirectoryHandle" === "getDirectionHandle" ); Output: false
Just what I thought
sorry.... typo... wanted to write getDirectoryHandle..... I didn't copied but just typed
check your code for typos 😂
this is just string comparison. what error are you getiing with this?
Обсуждают сегодня