-
Updated
Jul 2, 2020 - JavaScript
iframe
Here are 303 public repositories matching this topic...
-
Updated
Jun 2, 2020 - JavaScript
Last 2 month I am seeing the notice in Google Chrome console
[Violation] Avoid using document.write(). https://developers.google.com/web/updates/2016/08/removing-document-write
Will the issue be resolved?
Description
Upon revealing the PayPal button (display none -> block), it transitions in with a "reveal" animation which looks like a bug. It would be great if we could disable it?
Steps to reproduce
- Visit https://d
-
Updated
Jun 4, 2020 - JavaScript
*******************>>> should be on
$(document).one('receivelexconfig', function onReceiveLexConfig() {
var localTimeZone;
try {
localTimeZone = JSON.stringify(
Intl.DateTimeFormat().resolvedOptions().timeZone
);
} catch (err) {
localTimeZone = JSON.stringify(
new Date().getTimezoneOffse
The code rejected rerender from outside by calling render
https://github.com/zouhir/preact-habitat/blob/69699493715f002ccf37ac85d5af342628b50a37/src/lib.js#L123-L125
const { render } = habitat(MyComponent)
render({
selector: '.app',
})
// the blow renderer does not work
render({
selector: '.app',
defaultProps: { foo: 'bar' }
})First of all I want to thank for this Amazing library.. It's simply awesome.
It would be great if we can get more detailed examples for each API use cases ..
Ivy Support
This package is fantastic. It's what I was looking for.
Please, correct the usage link "Codepen - Using with React" (https://codepen.io/shobhitsharma/pen/prOGzd). It shows a blue screen.
The other link, https://codepen.io/shobhitsharma/pen/yojJZp, is ok.
Regards.
-
Updated
Jun 22, 2020 - JavaScript
This sends requests by one of 3 external proxies: https://github.com/niutech/x-frame-bypass/blob/855835ec48f92bfc825a88284b17218cb1867f7f/x-frame-bypass.js#L68-L70
This means it won't work on a VPN, isn't suitable for any situation where the other origin is returning sensitive or protected data, and allows hacks from any of those proxy sites should any of them choose to inject JS into the conte
-
Updated
Mar 28, 2020 - JavaScript
-
Updated
May 25, 2020 - TypeScript
-
Updated
Jun 29, 2017 - PHP
-
Updated
Jun 22, 2020 - JavaScript
-
Updated
Mar 13, 2020 - JavaScript
-
Updated
Dec 22, 2019 - JavaScript
-
Updated
Jun 6, 2020 - JavaScript
-
Updated
Mar 12, 2014
-
Updated
Jun 24, 2020 - JavaScript
-
Updated
Jun 12, 2020 - TypeScript
-
Updated
Apr 27, 2017 - CSS
Improve this page
Add a description, image, and links to the iframe topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the iframe topic, visit your repo's landing page and select "manage topics."


Hi!
I've discovered that logging has changed with the addition of
useLogger, but the documentation hasn't been updated to reflect this change.