{"id":80,"date":"2007-04-12T21:25:49","date_gmt":"2007-04-12T19:25:49","guid":{"rendered":"http:\/\/lukav.com\/wordpress\/2007\/04\/12\/firefox-firebug-and-synchronos-calls-problem\/"},"modified":"2025-05-24T16:27:22","modified_gmt":"2025-05-24T14:27:22","slug":"firefox-firebug-and-synchronos-calls-problem","status":"publish","type":"post","link":"https:\/\/lukav.com\/wordpress\/2007\/04\/12\/firefox-firebug-and-synchronos-calls-problem","title":{"rendered":"Firefox firebug and synchronos calls problem"},"content":{"rendered":"<p>For those of you that have discovered that when you have <a href=\"http:\/\/getfirebug.com\/\">Firebug <\/a>installed and are developing some synchronous XMLHttpRequest everything works, and when you disable it it stops: here is the problem.<\/p>\n<p>Believe it or not it is a bug in <a href=\"http:\/\/firefox.com\/\">Firefox<\/a> NOT in Firebug.  It turns out that <a href=\"http:\/\/firefox.com\/\">Firefox<\/a> doesn&#8217;t call onreadystatechange when the you set the 3 parameter (async) to false in open. Probably <a href=\"http:\/\/firefox.com\/\">FF <\/a>expects that when a call is synchronous the developer will  process the result in the lines following the send call. May be this make sense, but if you want to quickly test async\/sync calls or use a library that doesn&#8217;t take care of this, you be in trouble.<\/p>\n<p>I can say for certain (I&#8217;ve committed the code myself) that the next release of <a href=\"http:\/\/sourceforge.net\/projects\/oat\">OpenLink AJAX Toolkit<\/a> won&#8217;t have this problem and will make no difference if you have <a href=\"http:\/\/getfirebug.com\/\">Firebug <\/a>or not.<\/p>\n<p>I use the following to catch the situation where <a href=\"http:\/\/getfirebug.com\/\">Firebug <\/a>is not installed or is installed but disabled:<\/p>\n<pre>if (OAT.Browser.isGecko)\r\n{\r\n  try {\r\n    if (!xhr.options.async &amp;&amp; xhr.obj.onreadystatechange == null) {\r\n      OAT.AJAX.response(xhr);\r\n    }\r\n  } catch (e) {\r\n    if ((e.message &amp;&amp; e.message == 'Permission denied to create wrapper for object of class UnnamedClass') ||\r\n         e == 'Permission denied to create wrapper for object of class UnnamedClass')\r\n      OAT.AJAX.response(xhr);\r\n }\r\n}<\/pre>\n<p>OAT.Dom.isGecko() &#8211; return true if it mozilla and derivatives<br \/>\nOAT.AJAX.response &#8211; is the function that is normally called when the request finish.<br \/>\nxhr.options.async &#8211; is holding if the call is async or not<br \/>\nxhr.obj.onreadystatechange &#8211; is the original Firefox XMLHttpRequest object instance, since the code above works in the context of <a href=\"http:\/\/sourceforge.net\/projects\/oat\">OAT<\/a><\/p>\n<div id=\"facebook_like\"><iframe src=\"\/\/www.facebook.com\/plugins\/like.php?href=https%3A%2F%2Flukav.com%2Fwordpress%2F2007%2F04%2F12%2Ffirefox-firebug-and-synchronos-calls-problem&amp;layout=standard&amp;show_faces=true&amp;width=500&amp;action=like&amp;font=segoe+ui&amp;colorscheme=light&amp;height=80\" scrolling=\"no\" frameborder=\"0\" style=\"border:none; overflow:hidden; width:500px; height:80px;\" allowTransparency=\"true\"><\/iframe><\/div>","protected":false},"excerpt":{"rendered":"<p>For those of you that have discovered that when you have Firebug installed and are developing some synchronous XMLHttpRequest everything works, and when you disable it it stops: here is the problem. Believe it or not it is a bug in Firefox NOT in Firebug. It turns out that Firefox doesn&#8217;t call onreadystatechange when the [&hellip;]<\/p>\n","protected":false},"author":10,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"categories":[70,110,90,40],"tags":[],"class_list":["post-80","post","type-post","status-publish","format-standard","hentry","category-en","category-oat","category-openlink","category-tech"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.9 - aioseo.com -->\n\t<meta name=\"description\" content=\"For those of you that have discovered that when you have Firebug installed and are developing some synchronous XMLHttpRequest everything works, and when you disable it it stops: here is the problem. Believe it or not it is a bug in Firefox NOT in Firebug. It turns out that Firefox doesn&#039;t call onreadystatechange when the\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"lukav\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/lukav.com\/wordpress\/2007\/04\/12\/firefox-firebug-and-synchronos-calls-problem\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 4.9.9\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"Lukav&#039;s Weblog - So that what I know, you know too.\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"Firefox firebug and synchronos calls problem - Lukav&#039;s Weblog\" \/>\n\t\t<meta property=\"og:description\" content=\"For those of you that have discovered that when you have Firebug installed and are developing some synchronous XMLHttpRequest everything works, and when you disable it it stops: here is the problem. Believe it or not it is a bug in Firefox NOT in Firebug. It turns out that Firefox doesn&#039;t call onreadystatechange when the\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/lukav.com\/wordpress\/2007\/04\/12\/firefox-firebug-and-synchronos-calls-problem\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2007-04-12T19:25:49+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2025-05-24T14:27:22+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Firefox firebug and synchronos calls problem - Lukav&#039;s Weblog\" \/>\n\t\t<meta name=\"twitter:description\" content=\"For those of you that have discovered that when you have Firebug installed and are developing some synchronous XMLHttpRequest everything works, and when you disable it it stops: here is the problem. Believe it or not it is a bug in Firefox NOT in Firebug. It turns out that Firefox doesn&#039;t call onreadystatechange when the\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"BlogPosting\",\"@id\":\"https:\\\/\\\/lukav.com\\\/wordpress\\\/2007\\\/04\\\/12\\\/firefox-firebug-and-synchronos-calls-problem#blogposting\",\"name\":\"Firefox firebug and synchronos calls problem - Lukav's Weblog\",\"headline\":\"Firefox firebug and synchronos calls problem\",\"author\":{\"@id\":\"https:\\\/\\\/lukav.com\\\/wordpress\\\/author\\\/lukav#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/lukav.com\\\/wordpress\\\/#organization\"},\"datePublished\":\"2007-04-12T21:25:49+02:00\",\"dateModified\":\"2025-05-24T16:27:22+02:00\",\"inLanguage\":\"en-US\",\"commentCount\":32,\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/lukav.com\\\/wordpress\\\/2007\\\/04\\\/12\\\/firefox-firebug-and-synchronos-calls-problem#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/lukav.com\\\/wordpress\\\/2007\\\/04\\\/12\\\/firefox-firebug-and-synchronos-calls-problem#webpage\"},\"articleSection\":\"EN, OAT, OpenLink, Tech\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/lukav.com\\\/wordpress\\\/2007\\\/04\\\/12\\\/firefox-firebug-and-synchronos-calls-problem#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/lukav.com\\\/wordpress#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/lukav.com\\\/wordpress\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/lukav.com\\\/wordpress\\\/category\\\/openlink#listItem\",\"name\":\"OpenLink\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/lukav.com\\\/wordpress\\\/category\\\/openlink#listItem\",\"position\":2,\"name\":\"OpenLink\",\"item\":\"https:\\\/\\\/lukav.com\\\/wordpress\\\/category\\\/openlink\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/lukav.com\\\/wordpress\\\/category\\\/openlink\\\/oat#listItem\",\"name\":\"OAT\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/lukav.com\\\/wordpress#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/lukav.com\\\/wordpress\\\/category\\\/openlink\\\/oat#listItem\",\"position\":3,\"name\":\"OAT\",\"item\":\"https:\\\/\\\/lukav.com\\\/wordpress\\\/category\\\/openlink\\\/oat\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/lukav.com\\\/wordpress\\\/2007\\\/04\\\/12\\\/firefox-firebug-and-synchronos-calls-problem#listItem\",\"name\":\"Firefox firebug and synchronos calls problem\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/lukav.com\\\/wordpress\\\/category\\\/openlink#listItem\",\"name\":\"OpenLink\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/lukav.com\\\/wordpress\\\/2007\\\/04\\\/12\\\/firefox-firebug-and-synchronos-calls-problem#listItem\",\"position\":4,\"name\":\"Firefox firebug and synchronos calls problem\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/lukav.com\\\/wordpress\\\/category\\\/openlink\\\/oat#listItem\",\"name\":\"OAT\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/lukav.com\\\/wordpress\\\/#organization\",\"name\":\"Lukav's Weblog\",\"description\":\"So that what I know, you know too.\",\"url\":\"https:\\\/\\\/lukav.com\\\/wordpress\\\/\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/lukav.com\\\/wordpress\\\/author\\\/lukav#author\",\"url\":\"https:\\\/\\\/lukav.com\\\/wordpress\\\/author\\\/lukav\",\"name\":\"lukav\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/lukav.com\\\/wordpress\\\/2007\\\/04\\\/12\\\/firefox-firebug-and-synchronos-calls-problem#authorImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/317f6418582595fc4849ac671d89398ab7579c22578d678d9774727e81490902?s=96&d=mm&r=g\",\"width\":96,\"height\":96,\"caption\":\"lukav\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/lukav.com\\\/wordpress\\\/2007\\\/04\\\/12\\\/firefox-firebug-and-synchronos-calls-problem#webpage\",\"url\":\"https:\\\/\\\/lukav.com\\\/wordpress\\\/2007\\\/04\\\/12\\\/firefox-firebug-and-synchronos-calls-problem\",\"name\":\"Firefox firebug and synchronos calls problem - Lukav's Weblog\",\"description\":\"For those of you that have discovered that when you have Firebug installed and are developing some synchronous XMLHttpRequest everything works, and when you disable it it stops: here is the problem. Believe it or not it is a bug in Firefox NOT in Firebug. It turns out that Firefox doesn't call onreadystatechange when the\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/lukav.com\\\/wordpress\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/lukav.com\\\/wordpress\\\/2007\\\/04\\\/12\\\/firefox-firebug-and-synchronos-calls-problem#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/lukav.com\\\/wordpress\\\/author\\\/lukav#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/lukav.com\\\/wordpress\\\/author\\\/lukav#author\"},\"datePublished\":\"2007-04-12T21:25:49+02:00\",\"dateModified\":\"2025-05-24T16:27:22+02:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/lukav.com\\\/wordpress\\\/#website\",\"url\":\"https:\\\/\\\/lukav.com\\\/wordpress\\\/\",\"name\":\"Lukav's Weblog\",\"description\":\"So that what I know, you know too.\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/lukav.com\\\/wordpress\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"Firefox firebug and synchronos calls problem - Lukav's Weblog","description":"For those of you that have discovered that when you have Firebug installed and are developing some synchronous XMLHttpRequest everything works, and when you disable it it stops: here is the problem. Believe it or not it is a bug in Firefox NOT in Firebug. It turns out that Firefox doesn't call onreadystatechange when the","canonical_url":"https:\/\/lukav.com\/wordpress\/2007\/04\/12\/firefox-firebug-and-synchronos-calls-problem","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BlogPosting","@id":"https:\/\/lukav.com\/wordpress\/2007\/04\/12\/firefox-firebug-and-synchronos-calls-problem#blogposting","name":"Firefox firebug and synchronos calls problem - Lukav's Weblog","headline":"Firefox firebug and synchronos calls problem","author":{"@id":"https:\/\/lukav.com\/wordpress\/author\/lukav#author"},"publisher":{"@id":"https:\/\/lukav.com\/wordpress\/#organization"},"datePublished":"2007-04-12T21:25:49+02:00","dateModified":"2025-05-24T16:27:22+02:00","inLanguage":"en-US","commentCount":32,"mainEntityOfPage":{"@id":"https:\/\/lukav.com\/wordpress\/2007\/04\/12\/firefox-firebug-and-synchronos-calls-problem#webpage"},"isPartOf":{"@id":"https:\/\/lukav.com\/wordpress\/2007\/04\/12\/firefox-firebug-and-synchronos-calls-problem#webpage"},"articleSection":"EN, OAT, OpenLink, Tech"},{"@type":"BreadcrumbList","@id":"https:\/\/lukav.com\/wordpress\/2007\/04\/12\/firefox-firebug-and-synchronos-calls-problem#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/lukav.com\/wordpress#listItem","position":1,"name":"Home","item":"https:\/\/lukav.com\/wordpress","nextItem":{"@type":"ListItem","@id":"https:\/\/lukav.com\/wordpress\/category\/openlink#listItem","name":"OpenLink"}},{"@type":"ListItem","@id":"https:\/\/lukav.com\/wordpress\/category\/openlink#listItem","position":2,"name":"OpenLink","item":"https:\/\/lukav.com\/wordpress\/category\/openlink","nextItem":{"@type":"ListItem","@id":"https:\/\/lukav.com\/wordpress\/category\/openlink\/oat#listItem","name":"OAT"},"previousItem":{"@type":"ListItem","@id":"https:\/\/lukav.com\/wordpress#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/lukav.com\/wordpress\/category\/openlink\/oat#listItem","position":3,"name":"OAT","item":"https:\/\/lukav.com\/wordpress\/category\/openlink\/oat","nextItem":{"@type":"ListItem","@id":"https:\/\/lukav.com\/wordpress\/2007\/04\/12\/firefox-firebug-and-synchronos-calls-problem#listItem","name":"Firefox firebug and synchronos calls problem"},"previousItem":{"@type":"ListItem","@id":"https:\/\/lukav.com\/wordpress\/category\/openlink#listItem","name":"OpenLink"}},{"@type":"ListItem","@id":"https:\/\/lukav.com\/wordpress\/2007\/04\/12\/firefox-firebug-and-synchronos-calls-problem#listItem","position":4,"name":"Firefox firebug and synchronos calls problem","previousItem":{"@type":"ListItem","@id":"https:\/\/lukav.com\/wordpress\/category\/openlink\/oat#listItem","name":"OAT"}}]},{"@type":"Organization","@id":"https:\/\/lukav.com\/wordpress\/#organization","name":"Lukav's Weblog","description":"So that what I know, you know too.","url":"https:\/\/lukav.com\/wordpress\/"},{"@type":"Person","@id":"https:\/\/lukav.com\/wordpress\/author\/lukav#author","url":"https:\/\/lukav.com\/wordpress\/author\/lukav","name":"lukav","image":{"@type":"ImageObject","@id":"https:\/\/lukav.com\/wordpress\/2007\/04\/12\/firefox-firebug-and-synchronos-calls-problem#authorImage","url":"https:\/\/secure.gravatar.com\/avatar\/317f6418582595fc4849ac671d89398ab7579c22578d678d9774727e81490902?s=96&d=mm&r=g","width":96,"height":96,"caption":"lukav"}},{"@type":"WebPage","@id":"https:\/\/lukav.com\/wordpress\/2007\/04\/12\/firefox-firebug-and-synchronos-calls-problem#webpage","url":"https:\/\/lukav.com\/wordpress\/2007\/04\/12\/firefox-firebug-and-synchronos-calls-problem","name":"Firefox firebug and synchronos calls problem - Lukav's Weblog","description":"For those of you that have discovered that when you have Firebug installed and are developing some synchronous XMLHttpRequest everything works, and when you disable it it stops: here is the problem. Believe it or not it is a bug in Firefox NOT in Firebug. It turns out that Firefox doesn't call onreadystatechange when the","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/lukav.com\/wordpress\/#website"},"breadcrumb":{"@id":"https:\/\/lukav.com\/wordpress\/2007\/04\/12\/firefox-firebug-and-synchronos-calls-problem#breadcrumblist"},"author":{"@id":"https:\/\/lukav.com\/wordpress\/author\/lukav#author"},"creator":{"@id":"https:\/\/lukav.com\/wordpress\/author\/lukav#author"},"datePublished":"2007-04-12T21:25:49+02:00","dateModified":"2025-05-24T16:27:22+02:00"},{"@type":"WebSite","@id":"https:\/\/lukav.com\/wordpress\/#website","url":"https:\/\/lukav.com\/wordpress\/","name":"Lukav's Weblog","description":"So that what I know, you know too.","inLanguage":"en-US","publisher":{"@id":"https:\/\/lukav.com\/wordpress\/#organization"}}]},"og:locale":"en_US","og:site_name":"Lukav's Weblog - So that what I know, you know too.","og:type":"article","og:title":"Firefox firebug and synchronos calls problem - Lukav's Weblog","og:description":"For those of you that have discovered that when you have Firebug installed and are developing some synchronous XMLHttpRequest everything works, and when you disable it it stops: here is the problem. Believe it or not it is a bug in Firefox NOT in Firebug. It turns out that Firefox doesn't call onreadystatechange when the","og:url":"https:\/\/lukav.com\/wordpress\/2007\/04\/12\/firefox-firebug-and-synchronos-calls-problem","article:published_time":"2007-04-12T19:25:49+00:00","article:modified_time":"2025-05-24T14:27:22+00:00","twitter:card":"summary_large_image","twitter:title":"Firefox firebug and synchronos calls problem - Lukav's Weblog","twitter:description":"For those of you that have discovered that when you have Firebug installed and are developing some synchronous XMLHttpRequest everything works, and when you disable it it stops: here is the problem. Believe it or not it is a bug in Firefox NOT in Firebug. It turns out that Firefox doesn't call onreadystatechange when the"},"aioseo_meta_data":{"post_id":"80","title":null,"description":null,"keywords":null,"keyphrases":null,"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":null,"og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"","isEnabled":true},"graphs":[]},"schema_type":"default","schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"local_seo":null,"breadcrumb_settings":null,"limit_modified_date":false,"ai":null,"created":"2023-06-02 03:34:43","updated":"2025-06-03 23:53:00","seo_analyzer_scan_date":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/lukav.com\/wordpress\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/lukav.com\/wordpress\/category\/openlink\" title=\"OpenLink\">OpenLink<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/lukav.com\/wordpress\/category\/openlink\/oat\" title=\"OAT\">OAT<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tFirefox firebug and synchronos calls problem\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/lukav.com\/wordpress"},{"label":"OpenLink","link":"https:\/\/lukav.com\/wordpress\/category\/openlink"},{"label":"OAT","link":"https:\/\/lukav.com\/wordpress\/category\/openlink\/oat"},{"label":"Firefox firebug and synchronos calls problem","link":"https:\/\/lukav.com\/wordpress\/2007\/04\/12\/firefox-firebug-and-synchronos-calls-problem"}],"_links":{"self":[{"href":"https:\/\/lukav.com\/wordpress\/wp-json\/wp\/v2\/posts\/80","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/lukav.com\/wordpress\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/lukav.com\/wordpress\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/lukav.com\/wordpress\/wp-json\/wp\/v2\/users\/10"}],"replies":[{"embeddable":true,"href":"https:\/\/lukav.com\/wordpress\/wp-json\/wp\/v2\/comments?post=80"}],"version-history":[{"count":4,"href":"https:\/\/lukav.com\/wordpress\/wp-json\/wp\/v2\/posts\/80\/revisions"}],"predecessor-version":[{"id":791,"href":"https:\/\/lukav.com\/wordpress\/wp-json\/wp\/v2\/posts\/80\/revisions\/791"}],"wp:attachment":[{"href":"https:\/\/lukav.com\/wordpress\/wp-json\/wp\/v2\/media?parent=80"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/lukav.com\/wordpress\/wp-json\/wp\/v2\/categories?post=80"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/lukav.com\/wordpress\/wp-json\/wp\/v2\/tags?post=80"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}