This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Request access to the tags for this resource request | |
[resourceRequest beginAccessingResourcesWithCompletionHandler: | |
^(NSError * __nullable error) | |
{ | |
// Check if there is an error | |
if (error) { | |
// There is a problem so update the app state | |
//self.resourcesLoaded = NO; | |
// Should also inform the user of the error |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<dom-module id="x-safaribug"> | |
<template> | |
<content></content> | |
<template is="dom-repeat"> | |
Foo | |
</template> | |
</template> | |
<script> | |
Polymer({ | |
is: 'x-safaribug' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\n | |
time_namelookup: %{time_namelookup}\n | |
time_connect: %{time_connect}\n | |
time_appconnect: %{time_appconnect}\n | |
time_pretransfer: %{time_pretransfer}\n | |
time_redirect: %{time_redirect}\n | |
time_starttransfer: %{time_starttransfer}\n | |
----------\n | |
time_total: %{time_total}\n | |
\n |