()
| 65 | * @returns boolean |
| 66 | */ |
| 67 | export function inSameDomain() { |
| 68 | try { |
| 69 | return window.parent !== window && window.parent.location.host === window.location.host; |
| 70 | } catch (e) { |
| 71 | return false; |
| 72 | } |
| 73 | } |
| 74 | |
| 75 | /** |
| 76 | * get css styled name from schema`s fileName |
no outgoing calls
no test coverage detected
searching dependent graphs…