bearsfeed icon indicating copy to clipboard operation
bearsfeed copied to clipboard

BearsFeed is an all new way for you to connect with your school community.

Results 1 bearsfeed issues
Sort by recently updated
recently updated
newest added

getBlob(path: string): Promise { return new Promise((resolve, reject)=>{ this.platform.ready().then(() => { window.resolveLocalFileSystemURL(path, (fileEntry)=> { fileEntry.file(file => { const fileReader = new FileReader(); fileReader.onloadend = (res: any) => resolve(new Blob([new Uint8Array(res.target.result)],...