Skip to content Skip to sidebar Skip to footer
Showing posts with the label Google Chrome App

How To Access Internal Resources From Background.js

In a Google Chrome application is it possible to access bundled data files from within the backgrou… Read more How To Access Internal Resources From Background.js

Chrome.hid.send Fails On Second Use

Something about my use of chrome.hid.send seems to be leaving the bus in a bad state. I consistent… Read more Chrome.hid.send Fails On Second Use

Saving A File From A Chrome Packaged App

I have a Chrome packaged app that has taken me a while to get my head around but I finally have it … Read more Saving A File From A Chrome Packaged App

How To Do A Synchronous Xmlhttprequest In Chrome App?

Using the following code: var xhr = new XMLHttpRequest(); xhr.open('GET', url, false); Yie… Read more How To Do A Synchronous Xmlhttprequest In Chrome App?

Delete Javascript Blobs?

I'm having a heck of a time getting rid of these stupid things. I've got a couple of Chrome… Read more Delete Javascript Blobs?

Why Chrome.sockets.tcp.create() Does Not Work In App Background Script?

I am trying to create a tcp socket in the background script of my app. The error is (first line in … Read more Why Chrome.sockets.tcp.create() Does Not Work In App Background Script?