David J. Hamilton
David J. Hamilton
@Cyril-sf example? Is it that Kamino supports self-references but stock `postMessage` does not?
should just log this
https://bugs.webkit.org/show_bug.cgi?id=118859
polyglot works around the dataURI issue, but there are a couple of others (eg lack of support for `Function.prototype.bind`, something about MessageChannel.js).
@stefanpenner confirm, and we need it anyway for ie8.
Several things we need to fix to get phantom working. - add `postMessage` to `window.constructor` instead of `Window` (in phantom `window.constructor` is a `DOMWindowConstructor` rather than a `Window`) - currently...
@eed3si9n that makes sense. Do you expect to restart publishing new releases to npm? Put another way, for someone using tree-sitter's node bindings, what's the best way to consume `tree-sitter-scala`?