You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd love to take a crack at getting this goal implemented, but I was wondering which chrome API calls you were intending to wrap. It seems like it would make sense to wrap:
utilities.disableFingerPrints(app)
utilities.addChromeHelper(app)
utilities.forceHashLocation(app)
This would allow these three calls in the included function to be chained. If this sounds good, I'll go ahead and give it a whirl!
The text was updated successfully, but these errors were encountered:
In my several years of experience with the chrome extension api, I'm sure the chrome team would love to have a promise style api available. It would probably be easier to write this code inside the ember-cli-chrome addon, but it would be good to make it it's own small repo when the code is mature, and make sure the chrome extension api team knows about it.
I'd love to take a crack at getting this goal implemented, but I was wondering which chrome API calls you were intending to wrap. It seems like it would make sense to wrap:
utilities.disableFingerPrints(app)
utilities.addChromeHelper(app)
utilities.forceHashLocation(app)
This would allow these three calls in the
included
function to be chained. If this sounds good, I'll go ahead and give it a whirl!The text was updated successfully, but these errors were encountered: