binaryage / chromex

Write Chrome Extensions in ClojureScript
Other
411 stars 21 forks source link

Add a wrapper for contentSettings.ContentSetting #16

Closed isker closed 5 years ago

isker commented 5 years ago

This is a type with methods that take callbacks so we add marshaling that converts them to async channels.

Closes #14.

Tests pass, ~but I ought to do some manual testing too~ and I manually tested with an extension I'm working on.

darwin commented 5 years ago

Nice work. Thanks for taking the extra mile and adding tests.