-
Notifications
You must be signed in to change notification settings - Fork 103
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Way to inject target code to the output for monkey-patching #154
Comments
I see several problems here.
could be solved by changing the definition of HTMLDocument (in JSX) to
OTOH,
cannot be solved as To tackle these cases, we would need a syntax to override ordinary operations in JSX, like the following (and hereby I bring back my proposal to introduce
|
Are there other situations which that spec will solve? If it solves only XHR incompatibility, it shouldn't be in the JSX language. For XHR, native fake class also can solve the issue:
It's a dirty hack but works well. |
A real-world requirement for the issue has been pointed out by @shibukawa (https://twitter.com/shibukawa/status/332400006164250624). According to the tweet and the blog entry, the JavaScript binding of Qt uses it's own mangling scheme, and it is desirable if the per-method
|
To deal with IE10's patch:
https://gist.github.com/7shi/5487552
See also #152
The text was updated successfully, but these errors were encountered: